busybox/testsuite/sed/sed-prints-line-once-for-multiple-substs
2001-10-30 23:11:20 +00:00

5 lines
79 B
Plaintext

busybox sed -e s/1/2/g -e s/3/4/g >output <<EOF
1
EOF
echo 2 | cmp -s output -