Sed Traps - Perl Views : 105
Tagged in : Perl
0 0
Send mail

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.
By Geethalakshmi, On - 2010-09-17



    Login to add Comments .