busybox/testsuite/sed/sed-splits-edit-commands-on...

10 lines
74 B
Plaintext

echo 2 | busybox sed -e 'i\
1
a\
3' > output
cmp output - <<EOF
1
2
3
EOF