Sign in
coral
/
busybox
/
98e4eab0c632f7ed8d823bf587df40abeb68ea9d
/
.
/
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