Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tar-handles-empty-include-and-non-empty-exclude-list « tar « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf0e4c925af8699aac71dd16ee6020319a6eab84 (plain)
1
2
3
4
touch foo
tar cf foo.tar foo
echo foo >foo.exclude
busybox tar xf foo.tar -X foo.exclude