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 |
unix command how to dispaly no of records in oracle?
Explain the term filter.
What will happens when we don't call of bind()and listen() in a normal echo server ? Q.33 (b). What are the purposes of the three file descriptors on which the syslogd daemon listens and does I/O multiplexing?
What Happens when you execute a program?
What is unix language?
How does unix work?
Who is founder of unix?
How do I search for a file in unix?
What is a directory?
How do I delete a file in unix?
finding the presence of a word in a list of 'n' files (pattern matching)
What uses unix operating system?