[BusyBox] Busybox sed bug

Alfred M. Szmidt ams at trillian.itslinux.org
Sat Aug 26 12:32:13 UTC 2000


Hi,

Was playing with Busybox sed today and noticed an abnormal behavior with it
Heres the output from GNU Sed and Busybox sed:

# GNU Sed
$ echo "Foo Bar" | sed -e 's/Foo//pg'
 Bar
 Bar
$ echo "Foo Bar" | sed -ne 's/Foo//pg'
 Bar

# Busybox Sed
$ echo "Foo Bar" | sed -e 's/Foo//pg'
 Bar
$ echo "Foo Bar" | sed -ne 's/Foo//pg'
$ 

I havent had a chance to fix this yet, so if anyone has the time to fix this
bug then please do it :-)

-- 
Alfred M. Szmidt





More information about the busybox mailing list