hush/testsuite/sed/sed-append-next-line

10 lines
74 B
Plaintext
Raw Normal View History

2003-09-15 05:35:47 +00:00
busybox sed -n 'N;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
EOF