Return to Snippet

Revision: 1159
at September 20, 2006 00:55 by jacknirons


Updated Code
find / | grep filename
fgrep "pattern" **/* > filename
fgrep -L "pattern" **/* > filename

Revision: 1158
at September 20, 2006 00:36 by jacknirons


Updated Code
find / | grep filename
fgrep "pattern" **/* > filename

Revision: 1157
at September 20, 2006 00:35 by jacknirons


Initial Code
fgrep "pattern" **/* > filename

Initial URL


Initial Description


Initial Title
Filesearch / Contentsearch in files

Initial Tags
file, search, linux

Initial Language
Bash