repo.or.cz
/
busybox-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: code shrink
[busybox-git.git]
/
testsuite
/
tar
/
tar-extracts-multiple-files
blob
7897d81d2681db22bf2cc974137f05c8086f00dd
1
touch foo bar
2
tar cf foo.tar foo bar
3
rm foo bar
4
busybox tar -xf foo.tar
5
test -f foo
6
test -f bar