|
||
|
Lesson 1
Using grep with regular expressions
|
||
|
This module covers regular expression syntax, which is used for performing wildcard searches of the contents of files.
If you have used a word processing application on another operating system, you are probably familiar with the concept of regular expressions. Many UNIX programs that manipulate or search for text can take advantage of regular expressions. This module will cover regular expressions as used by grep, a program that is commonly used to search the contents of files. By the end of this module, you will be able to:
|
||
|
|
||