[CentOS] perl code to remove newlines

Bart Schaefer barton.schaefer at gmail.com
Fri Dec 31 04:01:00 UTC 2010


Oops again, typo:

>      s/^(^[>])/\n$1/;

Should be s/^([^>])/\n$1/



More information about the CentOS mailing list