busybox sed 'n;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
b
c
c
EOF