Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
busybox
/
edda7f91fbd2482713838673f9c287d4933cd9c4
/
.
/
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