blob: 95b4d724bd6e785a3278fec9624df6618c10fa7b [file] [log] [blame]
busybox sed -n 'N;P;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
a
b
EOF