busybox/testsuite/sed/sed-next-line

13 lines
77 B
Plaintext
Raw Normal View History

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