Unix General Question:
Download Questions PDF

Finding the presence of a word in a list of n files (pattern matching)?

Unix General Interview Question
Unix General Interview Question

Answer:

sed -n '/matchingpattern/g' file1 file2...

Download Unix General Interview Questions And Answers PDF

Previous QuestionNext Question
Explain command to view process running?Using Unix command how to display no of records in oracle?