Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
testsuite
/
tar
/
tar-handles-nested-exclude
blob: 39013a10540bebeeb315ef22c14090b5ef72d533 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_TAR_FROM
# FEATURE: CONFIG_FEATURE_TAR_CREATE
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