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 {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}
fgrep -c {{zoek_string}} {{pad/naar/bestand}}
fgrep -n {{zoek_string}} {{pad/naar/bestand}}
fgrep -v {{zoek_string}} {{pad/naar/bestand}}
fgrep -l {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}