summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/sed/sed-splits-edit-commands-on-command-line
blob: 6421fa5520410cb8add8ef7e866ead4243c4c90c (plain)
1
2
3
4
5
6
7
8
9
echo 2 | busybox sed -e 'i\
1
a\
3' > output
cmp output - <<EOF
1
2
3
EOF