hush/testsuite/sed/sed-next-line

13 lines
77 B
Plaintext
Raw Normal View History

2003-09-15 06:12:53 +00:00
busybox sed 'n;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
b
c
c
EOF