bash regular expressions
2011-02-06
62 words
1 min read
Here are some quick links on bash regular expressions, pretty good links to bookmark, if you use, regular expressions in bash regularly. I especially like the tldp link at number 3.
http://www.linuxjournal.com/content/bash-regular-expressions
http://www.ibm.com/developerworks/library/l-bash.html
http://tldp.org/LDP/abs/html/parameter-substitution.html#VARMATCH
http://wellington.pm.org/archive/200005/codegen/index9.htm
Related articles
- Renaming a whole bunch of files at once, in bash (ask.metafilter.com)
- bash math (amit-agarwal.co.in)
- Efficiency of regular expressions (johndcook.com)
- Autogenerate Regular Expressions with txt2re (readwriteweb.com)
Related Articles:
- 2010/04/28 String and Array Creation
- 2010/03/24 Recursive Regular Expressions
- 2011/01/27 fork a new process in perl
- 2010/05/30 Google\’s RE2 regular expression library
- 2010/01/04 Display the output of a command from the first line until the first instance of a regular expression.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.