adspace
finding the presence of a word in a list of 'n' files (pattern matching)
Answer Posted / akshay chavan
sed -n '/matchingpattern/g' file1 file2...
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988