欢迎光临我的个人博客

摘要: 一、tar命令 1、压缩命令 1)压缩为.tar格式 tar cvf destination.tar source 2)压缩为.tar.gz格式 tar cvf destination.tar.gz source 2、解压缩命令 1)解压缩到当前文件夹 tar xvf example.tar.gz 阅读全文
posted @ 2020-02-29 15:09 jeady_小五 阅读(3770) 评论(0) 推荐(0)