Linux文件压缩与解压缩 Posted Jul 10, 2023 By Jasonbourne 1 min readtar打包并压缩 1 tar -zcf a.tar.gz a.txt 解压 1 tar -zxvf a.tar.gz zip/unzip安装zip/unzip 1 yum install zip unzip -y zip压缩 1 zip -r a.zip a.txt unzip解压 1 unzip a.zip 系统运维 Linux 压缩 This post is licensed under CC BY 4.0 by the author. Share