Skip to content

Instantly share code, notes, and snippets.

@gdouzwt
Created May 15, 2021 01:10
Show Gist options
  • Save gdouzwt/58f57c3cc8f4e3ada38e3806c8fb48f7 to your computer and use it in GitHub Desktop.
Save gdouzwt/58f57c3cc8f4e3ada38e3806c8fb48f7 to your computer and use it in GitHub Desktop.
Linux下把文件夹压缩成tar.gz的命令
解压 tar zxvf 文件名.tar.gz
压缩 tar zcvf 文件名.tar.gz 待压缩的文件名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment