Regular Expressions
Bash Unix Shell Scripting: | ||
---|---|---|
Advanced Topics | A Brief Introduction to Regular Expressions |
Chapter 18. Regular Expressions
. . . the intellectual activity associated with software development is largely one of gaining insight. --Stowe Boyd |
- Table of Contents
- A Brief Introduction to Regular Expressions
- Globbing
- A Brief Introduction to Regular Expressions
To fully utilize the power of shell scripting, you need to master Regular Expressions. Certain commands and utilities commonly used in scripts, such as grep, expr, sed and awk, interpret and use REs. As of version 3, Bash has acquired its own RE-match operator: =~.