adspace
finding the presence of a word in a list of 'n' files (pattern matching)
Answer Posted / nayak
grep -l "pattern" *
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988