Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
3889078dbe09a9d85b359e9c0c0c225e0bbea343
/
.
/
testsuite
/
tar
/
tar-handles-nested-exclude
blob: da184086300c132aa96729b8ce94b45e1850dec1 [
file
] [
log
] [
blame
]
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