grep vs egrep vs fgrep

The grep command usually searches for a specified pattern match (character string sequence) within a text file; or series of text files. There are three commands that are part of the grep family of commands: grep, egrep, fgrep fgrep (Fast grep): This command searches files for one or more pattern arguments. This command doesn’t understand [...]

Follow

Get every new post delivered to your Inbox.