Skip to content

Instantly share code, notes, and snippets.

@ChriRas
Created November 7, 2014 13:55
Show Gist options
  • Save ChriRas/0756796c505ca9ac2b7f to your computer and use it in GitHub Desktop.
Save ChriRas/0756796c505ca9ac2b7f to your computer and use it in GitHub Desktop.
Tar packen und entpacken
Ein tar.gz-Archiv erstellen:
tar cfvz test.tar.gz
Die Datei test.tar.gz (mit gzip komprimiert) entpacken
tar xfvz test.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment