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 |
What is unix used for?
how to use grep command to list find the records of a file containg 10 different strings
What do you understand by the term single user system?
List some features of unix.
How to find the path in unix?
What is unix operating system used for?
What is a directory?
Explain pid.
What is the main goal of the Memory Management?
What is meant by the term super user?
What do you understand by the term wild-card interpretation?
What is unix full form?