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

tar-extracts-from-standard-input « tar « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a30e9f0b9a970e6fb5ee540de31adcf3cca67e50 (plain)
1
2
3
4
5
touch foo
tar cf foo.tar foo
rm foo
cat foo.tar | busybox tar x
test -f foo