regular expressions

0

String Matches in Regular Expressions

http://bashshell.net

Use parentheses to create the string matches you need in regular expressions. Parentheses allows you to use pipes for multiple matches.

Read more »
aweber's picture
Created by aweber 12 years 31 weeks ago – Made popular 12 years 31 weeks ago
Category: Beginner   Tags:
0

Matching Literal Text Strings to Locate Data in Shell Scripting

http://bashshell.net

One of the most powerful tools available to you in shell scripting is the ability to search for text strings which highlight the information you need.

Read more »
aweber's picture
Created by aweber 13 years 21 weeks ago – Made popular 13 years 21 weeks ago
Category: Beginner   Tags:
0

13 Features of Regular Expressions

http://bashshell.net

Regular expressions provide a robust set of features in the Bash Shell. This article lists 13 features you need to know about regex.

Read more »
aweber's picture
Created by aweber 13 years 22 weeks ago – Made popular 13 years 22 weeks ago
Category: Beginner   Tags:
0

Finding Things on Linux and Understanding Regular Expressions

http://www.linuxplanet.com

Juliet Kemp shares some useful regular expressions for finding things on your Linux system. She also guides us through the perilous minefields of single quotes, double quotes, and shell expansion, and shows us how to craft our own custom regular expressions.

Read more »
sunny's picture
Created by sunny 14 years 30 weeks ago – Made popular 14 years 30 weeks ago
Category: High End   Tags:
0

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 15 years 46 weeks ago – Made popular 15 years 46 weeks ago
Category: High End   Tags:
0

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 16 years 44 weeks ago – Made popular 16 years 44 weeks ago
Category: High End   Tags:

Best karma users