Posted on:
Last modified:
压缩文件主要分四类:
压缩
tar cvzf FILES...
解压
tar xvzf TARBALL
zip -r ZIPFILE DIRECTORY
to zip a directory
zip -r ZIPFILE DIRECTORY -x "*.git*"
exclude the .git directory
zip -l ZIPFILE
list the files
安装对应工具
apt-get install p7zip-full
解压缩
7z x some.7z
© 2016-2022 Yifei Kong. Powered by ynotes
All contents are under the CC-BY-NC-SA license, if not otherwise specified.
Opinions expressed here are solely my own and do not express the views or opinions of my employer.
友情链接: MySQL 教程站