Return to Snippet

Revision: 31564
at September 9, 2010 00:37 by edeustace


Initial Code
find ./ -name <file_name> | xargs grep "string to find"

Initial URL


Initial Description


Initial Title
find and grep piped

Initial Tags
find

Initial Language
Bash