Demonstrate proficiency with regular expressions
Author: name contact BSD flavour
Reviewer: name contact BSD flavour
Reviewer: name contact BSD flavour
Concept
Regular expressions(((expressions)))(((regular expressions))) are part of the daily life of a system administrator. Be able to match text patterns when analyzing program output or searching through files. Be able to specify a range of characters within brackets [], specify a literal, use a repetition operator, recognize a metacharacter(((metacharacter))) and create an inverse filter.
Introduction
Examples
Practice Exercises
More information
grep(1), egrep(1), fgrep(1), re_format(7)