hush/testsuite/sed/sed-append-next-line
2003-09-15 05:35:47 +00:00

10 lines
74 B
Plaintext

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