how to find multiple string?
Answers were Sorted based on User's Feedback
Answer / sarvan
Use extended grep command
egrep 'searchstr1 | searchchstr2' file.txt
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / satyaranjan samal
grep -e 'string 1' -e 'string 2' filename
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / amedela chandra sekhar
fgrep 'searchstr1 | searchchstr2' file.txt
| Is This Answer Correct ? | 9 Yes | 6 No |
Is unix only for supercomputers?
What is architecture of unix operating system?
What are unix options?
What do you understand by the term single user system?
Is unix free?
Explain links and symbolic links.
What is meant by unix operating system?
how to find multiple string?
How do you make programs portable on unix and dos under such circumstances?
How to display n-th line of a file in Unix?
Can you explain what does the kernel do?
What is typeset in unix?