【网课学习笔记】第四讲 Linux常用命令6

发布于 2021-05-26  538 次阅读


4.6 压缩解压命令

.gz

file

压缩解压命令:gunzip

file

gzip 只可以压缩文件且压缩后不保留源文件

压缩解压命令:tar

file

file

file

压缩解压命令:zip

file

解压缩命令:unzip

file

解压缩命令:bzip

file

解压缩命令:bunzip2

file

.gz gzip gunzip (-d)
.tar tar -cf -xf
.tar.gz tar -zcf -zxf
.zip zip -r unzip
.bz2 bzip2 bunzip2
.tar.bz2 tar -cjf -xjf

擦肩而过的概率