Sign in
coral
/
busybox
/
83785f0ebcad58157bb7d866037664ab95563f48
/
.
/
testsuite
/
tar
/
tar-handles-exclude-and-extract-lists
blob: 2de0f0e91f8e335caeef225cba10f4e4fe2b51cd [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_TAR_FROM
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar baz
tar cf foo
.
tar foo bar baz
echo foo
>
foo
.
exclude
rm foo bar baz
busybox tar xf foo
.
tar foo bar
-
X foo
.
exclude
test
!
-
f foo
-
a
-
f bar
-
a
!
-
f baz