Rob Landley writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 26 May 2004 10:03:33 +0000 (10:03 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 26 May 2004 10:03:33 +0000 (10:03 -0000)
commit9855548a77af4a5da971bed0632d21a141b84616
tree0c4122fbd85c76c5bc244653a4eb82156c19f07f
parentd4d01d2b9bc1452c6417864ea5b300d34088c19a
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
editors/sed.c