[BusyBox-cvs] busybox/testsuite/sed sed-write-to-stdout,NONE,1.1

Glenn McGrath bug1 at busybox.net
Mon Sep 15 06:28:49 UTC 2003


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

Added Files:
	sed-write-to-stdout 
Log Message:
Add a test for the 'P' command and fix current implementation so it 
doesnt permanently modify the pattern space.


--- NEW FILE: sed-write-to-stdout ---
busybox sed -n 'N;P;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
a
b
EOF




More information about the busybox-cvs mailing list