filters using regular expressions grep: searching a pattern

Post on 23-Dec-2015

231 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Filters using Regular Expressionsgrep: Searching a Pattern

Filters using Regular Expressionsgrep: Searching a Pattern

Filters using Regular Expressionsgrep: Searching a Pattern

grep Options

grep Options

grep Options

grep Options

Basic Regular Expressions(BRE)

Basic Regular Expressions(BRE)

Basic Regular Expressions(BRE)- The Character Class

Basic Regular Expressions(BRE)- The Character Class

Basic Regular Expressions(BRE)- The *

Basic Regular Expressions(BRE)- The *

Basic Regular Expressions(BRE)- The Dot

Basic Regular Expressions(BRE)- Specifying Pattern Locations (^ and $)

Basic Regular Expressions(BRE)- Specifying Pattern Locations (^ and $)

Extended Regular Expressions(ERE) and egrep

Extended Regular Expressions(ERE) – The + and ?

Extended Regular Expressions(ERE) – Matching Multiple Patterns (|, ( and ))

sed – The Stream Editor

sed – The Stream Editor – Line Addressing

sed – The Stream Editor – Line Addressing

sed – The Stream Editor – Line Addressing

sed – The Stream Editor – Using Multiple Instructions (-e and –f)

sed – The Stream Editor – Using Multiple Instructions (-e and –f)

sed – The Stream Editor – Context Addressing

sed – The Stream Editor – Context Addressing

sed – The Stream Editor – Writing Selected Lines to a File

sed – The Stream Editor – Text Editing

sed – The Stream Editor – Text Editing

sed – The Stream Editor – Text Editing

sed – The Stream Editor – Substitution (s)

sed – The Stream Editor – Substitution (s)

sed – The Stream Editor – Substitution (s)

sed – The Stream Editor – Substitution (s)

sed – The Stream Editor – Remembered Pattern (//)

sed – The Stream Editor – Repeated Pattern (&)

sed – The Stream Editor

Interval Regular Expressions (IRE)

Interval Regular Expressions (IRE)

Interval Regular Expressions (IRE)

The Tagged Regular Expressions (TRE)

The Tagged Regular Expressions (TRE)

The Tagged Regular Expressions (TRE)

top related