index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
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