November 1998
Beginner
368 pages
7h 58m
English
In addition to using grep to search for simple text strings, you can also use grep to search for regular expressions. Regular expressions are kind of like fancy wildcards, where you use a symbol to represent a character, number, or other symbol. With regular expressions, you can search for different parts of files, such as the end of a line or a text string next to another specified text string. Table 6.1 lists some of the more common regular expressions.
To use regular expressions with grep:
grep .logan limerick
Read now
Unlock full access