Code: Alles auswählen
grep -Ril "text-to-find-here" /Code: Alles auswählen
grep --include=\*.{c,h} -rnw '/path/to/somewhere/' -e "pattern"Code: Alles auswählen
grep --exclude-dir={dir1,dir2,*.dst} -rnw '/path/to/somewhere/' -e "pattern"Code: Alles auswählen
grep -Ril "text-to-find-here" /Code: Alles auswählen
grep --include=\*.{c,h} -rnw '/path/to/somewhere/' -e "pattern"Code: Alles auswählen
grep --exclude-dir={dir1,dir2,*.dst} -rnw '/path/to/somewhere/' -e "pattern"