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

4 lines
89 B
Text

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