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

tar-handles-cz-options « tar « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95c628d810679cfdcceb71d5c7ac98680efded55 (plain)
1
2
3
4
5
# FEATURE: CONFIG_FEATURE_TAR_CREATE
# FEATURE: CONFIG_FEATURE_SEAMLESS_GZ
touch foo
busybox tar czf foo.tar.gz foo
gzip -d foo.tar.gz