Bash Regular Expressions

When working with regular expressions in a shell script the norm is to use grep or sed or some other external command/program.

Since version 3 of bash (released in 2004) there is another option: bash's built-in regular expression comparison operator "=~".

read more


 

Reply

The content of this field is kept private and will not be shown publicly.