Files
busybox/testsuite/sed/sed-append-next-line
Glenn L McGrath 65f9dc01f3 Test the N command
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