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

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

975