repo.or.cz
/
busybox-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: code shrink
[busybox-git.git]
/
testsuite
/
tar
/
tar-handles-cz-options
blob
95c628d810679cfdcceb71d5c7ac98680efded55
1
# FEATURE: CONFIG_FEATURE_TAR_CREATE
2
# FEATURE: CONFIG_FEATURE_SEAMLESS_GZ
3
touch foo
4
busybox tar czf foo.tar.gz foo
5
gzip -d foo.tar.gz