how to use grep command to list find the records of a file
containg 10 different strings
Answer Posted / siva
try this command
egrep "string1|string2|string3" <filename.extn>
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain the terms links and symbolic links with respect to unix?
Name two paging states for a page in memory?
What is unix buffer cache?
What is the use of unix?
List a few significant features of unix?
How do you change directories in unix?
How to log out in unix?
What is tilde unix?
What is unix language?
What is unix operating system explain various components of unix operating system?
Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?
What is unix and its features?
Name the data structure used to maintain file identification?
Does apple use unix?
Is it possible to count number char, line in a file; if so, How?