Tuesday, May 27, 2014

How to find a file containing particular text in Linux

grep -r "text string to search” directory-path

See more at: http://www.cyberciti.biz/faq/howto-search-find-file-for-text-string/

No comments:

Post a Comment