Linux Comm Fgrep
# Linux fgrep Command
[ Linux Command Manual](#)
This command is equivalent to executing the `grep` command with the **-F** parameter. For details, see the (#) description.
The Linux `fgrep` command is used to search for strings that match a given pattern in files.
### Syntax
fgrep [file or directory...]
### Examples
For specific usage examples, please refer to the (#).
[ Linux Command Manual](#)
YouTip