Return to Snippet

Revision: 12726
at March 26, 2009 02:33 by Mithun


Initial Code
find / -type f -exec grep -H 'abc' {} \;

Initial URL


Initial Description


Initial Title
Linux Command for Listing all files which contains the word 'abc'

Initial Tags
command, file, search, linux, find

Initial Language
Bash