Skip to content

Instantly share code, notes, and snippets.

@myuanz
Created January 2, 2020 02:53
Show Gist options
  • Save myuanz/9c344e4475a0ce31303689b0e8565939 to your computer and use it in GitHub Desktop.
Save myuanz/9c344e4475a0ce31303689b0e8565939 to your computer and use it in GitHub Desktop.
Linux 解压
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