Created
November 7, 2014 13:55
-
-
Save ChriRas/0756796c505ca9ac2b7f to your computer and use it in GitHub Desktop.
Tar packen und entpacken
This file contains hidden or 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
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