Sed Traps
by Geethalakshmi[ Edit ] 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.