Regular Expressions

Bash Unix Shell Scripting:

Chapter 18. Regular Expressions

 

. . . the intellectual activity associated with software development is largely one of gaining insight.

--Stowe Boyd

Table of Contents

To fully utilize the power of shell scripting, you need to master Regular Expressions. Certain commands and utilities commonly used in scripts, such as , , and , interpret and use REs. As of , Bash has acquired its own : =~.