Friday, 15 April 2016

How to search text in files ?


To search a word 'shaan' inside all the files in directory /users/admusr
 
$ grep 'shaan' /users/admusr/*.*

No comments:

Post a Comment

Note: only a member of this blog may post a comment.