commit | 337c072ac09a94a4a47d81cb214b3b8e55eee621 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Sep 06 00:14:24 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Sep 06 00:14:24 2016 -0500 |
tree | c6dc6584a3f12dc81dfbdcacc4d3330b0fa3cfb9 | |
parent | eed9ed41aa73023af8f79cd5353b96b80585490f [diff] |
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.