ubuntu的zip、gzip、bzip2命令学习

链接:https://blog.csdn.net/feng98ren/article/details/78628833

简单使用:

zip:    zip -r filename.zip filedir

unzip filename.zip

gzip:   

gzip filename

gunzip filename.gz

bzip2:

bzip2 filename

bunzip2 filename.bz2

posted @ 2022-01-20 10:09  the_sky314  阅读(192)  评论(0编辑  收藏  举报