How to find multiple string?

Submitted by: Administrator
Use extended grep command

egrep 'searchstr1 | searchchstr2' file.txt
Submitted by: Administrator

Read Online Unix General Job Interview Questions And Answers