Sed Traps

by Geethalakshmi 2010-09-17 13:07:26

Sed Traps


Seasoned sed programmers should take note of the following:

* Backreferences in substitutions use `$' rather than `\'.
* The pattern matching metacharacters `(', `)', and `|' do not have backslashes in front.
* The range operator is `..' rather than comma.

Tagged in:

874
like
0
dislike
0
mail
flag

You must LOGIN to add comments