grep
In allen Dateien nach Wort suchen
grep -n Suchtext *.txt grep -R -n --color "suchwort" *
ohne Kommentare und Leerzeilen
grep -v ^# /etc/sysconfig/SuSEfirewall2|sed /^$/d
grep.txt · Zuletzt geändert: von admin
grep -n Suchtext *.txt grep -R -n --color "suchwort" *
grep -v ^# /etc/sysconfig/SuSEfirewall2|sed /^$/d