Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e4f2d064b0fcffc8897089e1c80e6e2d61b6805d
/
.
/
testsuite
/
tar
/
tar-extracts-multiple-files
blob: 8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 [
file
] [
log
] [
blame
]
touch foo bar
busybox tar cf foo
.
tar foo bar
rm foo bar
busybox tar
-
xf foo
.
tar
test
-
f foo
test
-
f bar