commit | 9855548a77af4a5da971bed0632d21a141b84616 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 26 10:03:33 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 26 10:03:33 2004 +0000 |
tree | 0c4122fbd85c76c5bc244653a4eb82156c19f07f | |
parent | d4d01d2b9bc1452c6417864ea5b300d34088c19a [diff] |
Rob Landley writes: add sed -r support. I bumped into a couple of things that want to use extended regular expressions in sed, and it really isn't that hard to add. Can't say I've extensively tested it, but it's small and isn't going to break anything that doesn't use it, so... Rob