hush/testsuite/sed/sed-next-line
2003-09-15 06:12:53 +00:00

13 lines
77 B
Plaintext

busybox sed 'n;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
b
c
c
EOF