Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f1f2bd0b0a244afc07cfd602a6357efaebf844e3
/
.
/
testsuite
/
tar
/
tar-handles-exclude-and-extract-lists
blob: addcce094b7e76403e7c055d2ddb627a76d67c5d [
file
] [
log
] [
blame
]
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
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