Created
January 17, 2013 06:57
-
-
Save richard-to/4554231 to your computer and use it in GitHub Desktop.
Tar and untar files. More commands that I can never remember...
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 -czf zipped_files.tar.gz file1 file2 file3 | |
tar -zxvf zipped_files.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment