Using find in Linux
Updated September 16, 2002
Created March 21, 2002


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

prev next index
find /etc -type f -exec grep network \{\} --with-filename \;
find /etc -type f -exec grep -i network \{\} --with-filename \;
find /etc -type f -exec grep '\-\z' \{\} --with-filename \; | less
find /etc -type f -exec grep '\[\[' \{\} --with-filename \;

find:
find . -type f -exec grep -i mysearchstring \{\} --with-filename \;


file
string
cat
grep
diff -Naur file1 file2


Other useful commands:
grep
head
tail
less
more
string

locate

prev next index
Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html