Distributed Networks Home
DBWebApplications eWebProgrammer
prev next prev next
  Course navigation
 
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:
  1. Describe what regular expressions are
  2. Identify how the use of quotes affects the interpretation of regular expressions.
  3. Create regular expressions using various metacharacters.
  4. Use the backslash (\) to disable the special meaning of a character
In the next lesson, you will learn about regular expressions.
  Course navigation