blob: f4df84b3e45259491b5520132d875e028dd8f13f [file] [log] [blame]
busybox sed 's/a/1/;T notone;p;: notone;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
1
1
1
b
b
c
c
EOF