Linux基础——bzip压缩工具

    xiaoxiao2021-03-25  125

    语法: bzip [-dz] filename -d 解压缩 -z 压缩。压缩时,-z可加可不加。默认压缩等级9 #cd test #bzip test.txt #ls test.txt.bz2 #bzip -d test.txt.bz2 #bzip test.txt #ls test.txt.bz2 不可以压缩目录 bzcat查看压缩文件 #bzcat 1.txt.bz2
    转载请注明原文地址: https://ju.6miu.com/read-8262.html

    最新回复(0)