busybox/testsuite/sed/sed-append-next-line

10 lines
74 B
Plaintext
Raw Normal View History

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