摘要: 6.1-6.4gzip压缩工具 find命令复习,-exec后跟命令,此处>>为追加重定向后面不要忘了 \; file 1.txt.gz 查看具体信息 zcat 1.txt.gz 查看压缩文件内容 gzip -d 或 unzip 解压缩 gzip -c 1.txt > /root/1.txt.gz 阅读全文
posted @ 2017-06-23 09:01 屈一凡 阅读(244) 评论(0) 推荐(0)