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

tar-archives-multiple-files « tar « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 245d9e9892ec7cb4dcc363c7ce2da0f9926914a3 (plain)
1
2
3
4
5
6
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar