Thursday, 29 August 2019

Find list of file names containing particular text

To find list of file names containing a particular text


$ grep -H -r "Findthis word" Your_path

No comments:

Post a Comment