regular expressions

18

Bash Regular Expressions

http://www.linuxjournal.com

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 »
chimera's picture
Created by chimera 19 weeks 6 days ago – Made popular 19 weeks 5 days ago
Category: High End   Tags:
14

Know your regular expressions

http://www.ibm.com

This article describes some useful tools and techniques for learning to build and hone regexps across a range of UNIX® applications, including:

* Highlighting matches
* Showing only the matches and not the lines
* Calling a wizard
* Studying docs

Read more »
C733tus's picture
Created by C733tus 1 year 17 weeks ago – Made popular 1 year 17 weeks ago
Category: High End   Tags: