Created
May 15, 2021 01:10
-
-
Save gdouzwt/58f57c3cc8f4e3ada38e3806c8fb48f7 to your computer and use it in GitHub Desktop.
Linux下把文件夹压缩成tar.gz的命令
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
解压 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