[BusyBox-cvs] busybox/testsuite/sed sed-next-line,NONE,1.1

Glenn McGrath bug1 at busybox.net
Mon Sep 15 06:12:55 UTC 2003


Update of /var/cvs/busybox/testsuite/sed
In directory winder:/tmp/cvs-serv7330/testsuite/sed

Added Files:
	sed-next-line 
Log Message:
A test and fix for the sed 'n' command


--- NEW FILE: sed-next-line ---
busybox sed 'n;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
b
c
c
EOF




More information about the busybox-cvs mailing list