Test the N command
This commit is contained in:
parent
640c1f547f
commit
65f9dc01f3
9
testsuite/sed/sed-append-next-line
Normal file
9
testsuite/sed/sed-append-next-line
Normal file
@ -0,0 +1,9 @@
|
||||
busybox sed -n 'N;p'>output <<EOF
|
||||
a
|
||||
b
|
||||
c
|
||||
EOF
|
||||
cmp -s output - <<EOF
|
||||
a
|
||||
b
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user