hush/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list
2001-10-30 23:11:20 +00:00

5 lines
89 B
Plaintext

touch foo
tar cf foo.tar foo
echo foo >foo.exclude
busybox tar xf foo.tar -X foo.exclude