sed command in busybox

Bernhard Fischer rep.nop at aon.at
Thu Nov 17 12:24:52 UTC 2005


On Thu, Nov 17, 2005 at 10:44:30AM +0100, carsten.hausel at ivv.de wrote:

>sed /1, 5/d filename
>
>This doesn't work in busybox V1.0 (date 2005.09.23)

On trunk ranges do not work too, fwiw.

This one without ranges does, but from a quick glance, isn't tested
in the testsuite:

for i in $(seq 10);do echo $i;done | tee input | sed -e s/3/three/ >
expected
./sed -i '/3/c\
three' input





More information about the busybox mailing list