index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
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