Skip to content

Instantly share code, notes, and snippets.

@b-oern
Created May 12, 2013 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b-oern/5563351 to your computer and use it in GitHub Desktop.
Save b-oern/5563351 to your computer and use it in GitHub Desktop.
tar xfvz [ARCHIV].tar.gz
tar xfvj [ARCHIV].tar.bz2
tar xfvJ [ARCHIV].tar.xz
tar xfv [ARCHIV].tar
unzip [ARCHIV].zip
@kochd
Copy link

kochd commented May 13, 2013

tar xavf entpackt alle außer unzip ;)

Aus der Manpage:
" -a, --auto-compress
Die Archiv-Endung verwenden, um das Kompressionsprogramm herauszufinden
"

@b-oern
Copy link
Author

b-oern commented May 30, 2013

Gut zu Wissen, Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment