fgrep
Zoek naar strings in bestanden. Gelijk aan
grep -F
. Meer informatie: https://www.gnu.org/software/grep/manual/grep.html.
fgrep {{zoek_string}} {{pad/naar/bestand}}
fgrep {{[-x|--line-regexp]}} {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}
fgrep {{[-c|--count]}} {{zoek_string}} {{pad/naar/bestand}}
fgrep {{[-n|--line-number]}} {{zoek_string}} {{pad/naar/bestand}}
fgrep {{[-v|--invert-match]}} {{zoek_string}} {{pad/naar/bestand}}
fgrep {{[-l|--files-with-matches]}} {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}