Searching for Content in Files Using the egrep
The egrep command searches the contents of one or more files for a pattern using extended regular expression metacharacters. Extended regular expression metacharacters include the regular expression metacharacters that the grep command uses, plus some additional metacharacters. The table describes the additional metacharacters. Extended Regular Expression Metacharacters Metacharacter Purpose Sample Result + Matches one or […]
Searching for Content in Files Using the egrep Read More »