Unix General Question:
Download Job Interview Questions and Answers PDF
How to find multiple string?
Answer:
Use extended grep command
egrep 'searchstr1 | searchchstr2' file.txt
egrep 'searchstr1 | searchchstr2' file.txt
Download Unix General Interview Questions And Answers
PDF
Previous Question | Next Question |
How do display only hidden files in Unix? | Using Unix command how to display no of records in oracle? |