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

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