-
-
Save myuanz/9c344e4475a0ce31303689b0e8565939 to your computer and use it in GitHub Desktop.
Linux 解压
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 –xvf file.tar //解压 tar包 | |
tar -xzvf file.tar.gz //解压tar.gz | |
tar -xjvf file.tar.bz2 //解压 tar.bz2 | |
tar –xZvf file.tar.Z //解压tar.Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment