mirror of https://github.com/mirror/busybox.git
Test the N command
parent
640c1f547f
commit
65f9dc01f3
|
@ -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