adspace
how to use grep command to list find the records of a file containg 10 different strings
Answer Posted / raghu
egrep "word1|word2" filename
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
975