Seach for a String in a Folder using grep
Wednesday, February 13th, 2008
Search string “test_text” at directory ‘/var/log’ and below
grep test_text -R /var/log/*
Search string “test_text” at directory ‘/var/log’ and below
grep test_text -R /var/log/*