Alexander Samad wrote:
\n \t (and from some stage (ANSI?) \a) are C's standard way to insert "special characters" in
This is what i got from man sed
REGULAR EXPRESSIONS POSIX.2 BREs should be supported, but they aren't completely because of performance prob- lems. The \n sequence in a regular expression matches the newline character, and simi- larly for \a, \t, and other sequences.
took that to mean it also understood \d
strings. \d is perl-ism.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
