OSDN Git Service

Teach sed s/// how to handle [:space:] type sequences.
authorRob Landley <rob@landley.net>
Tue, 6 Sep 2016 05:14:24 +0000 (00:14 -0500)
committerRob Landley <rob@landley.net>
Tue, 6 Sep 2016 05:14:24 +0000 (00:14 -0500)
commit337c072ac09a94a4a47d81cb214b3b8e55eee621
treec6dc6584a3f12dc81dfbdcacc4d3330b0fa3cfb9
parenteed9ed41aa73023af8f79cd5353b96b80585490f
Teach sed s/// how to handle [:space:] type sequences.

Or more accurately, s@[[:space:]@]@replace@ which can't treat the @ in
[] as a delimiter but has to know about nested [[]] to make that decision.
tests/sed.test
toys/posix/sed.c