
Introduction to Regular Expressions
*Comparison to shell meta-characters
*Common used characters (and groupings)
*Advanced characters and groupings
*Support in standard Unix / Linux utilities
Using Regular Expressions in Unix / Linux standard utilities
*grep and egrep
*sed
*tr
*vi / vim
Advanced Regular Expressions in Unix / Linux
*sed (one-liners and procedures)
Regular Expression Usage
*in Korn shell scripts
*in bash shell scripts
*in awk procedures
*in nawk procedures
*in gawk procedures
*in Perl procedures
*in other programming languages (Java, Python, PHP, etc)
Running Unix / Linux utilities in Windows
|