Sign in
coral
/
busybox
/
ccdc13d306c0a8d2735488bf8e46503f7e567767
/
.
/
testsuite
/
tar
/
tar-archives-multiple-files
blob: 245d9e9892ec7cb4dcc363c7ce2da0f9926914a3 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo
.
tar foo bar
rm foo bar
tar xf foo
.
tar
test
-
f foo
-
a
-
f bar