linux tar 大小不同,linux – 如何在使用tar时设置bzip2块大小?
生活随笔
收集整理的這篇文章主要介紹了
linux tar 大小不同,linux – 如何在使用tar时设置bzip2块大小?
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
export BZIP=--fast
tar cjf foo.tar.bz2 foo
或者將tar的輸出傳遞給bzip2.
雖然你應該從bzip2手冊頁中注意到:
-1 (or --fast) to -9 (or --best)
Set the block size to 100 k, 200 k .. 900 k when compressing.
Has no effect when decompressing. See MEMORY MANAGEMENT below.
The --fast and --best aliases are primarily for GNU gzip compat-
ibility. In particular, --fast doesn't make things signifi-
cantly faster. And --best merely selects the default behaviour.
總結
以上是生活随笔為你收集整理的linux tar 大小不同,linux – 如何在使用tar时设置bzip2块大小?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java程序员需要了解的两种服务器设计模
- 下一篇: linux 源码包编译,源码包编译安装