blob: 38fe20cf24f8709d8dd78f2383bbd5ded3f9817d [file] [log] [blame]
busybox sed 'n;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
b
c
c
EOF