fixed string grep (UNIX)
fgrep [-chilnqsvx] [-e expression|-f expression_file]...
[file...]
fgrep [-chilnqsvx] expression [file...]
See grep.
The fgrep utility does a fixed-string grep
(equivalent to grep -F). See grep for
details.
- 0
- Lines were found matching the expression provided.
- >0
- An error occurred or no matching lines were found.
- grep utility (Search for string patterns)
- diff utility (Report the differences between two files)
- find utility (Find files)
- sort utility (Sort, merge or sequence-check text files)