Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
977451ef446fc27d7d6e40a9ba01fce5ee0e25b6
/
.
/
testsuite
/
tar
/
tar-handles-nested-exclude
blob: ad39506c8f6e1dde5273a4ac6fd853e9feb84f69 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_TAR_EXCLUDE
mkdir foo
touch foo
/
bar
tar cf foo
.
tar foo
rm
-
rf foo
echo foo
/
bar
>
foobar
.
exclude
busybox tar xf foo
.
tar foo
-
X foobar
.
exclude
test
-
d foo
-
a
!
-
f foo
/
bar