Last active
December 23, 2015 22:30
-
-
Save michaelconnor00/edf0bf7056010850ce51 to your computer and use it in GitHub Desktop.
Tar Files
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
# Compress with gzip | |
tar -zcvf myTar.tar.gz *.files | |
# Uncompress with gzip, http://www.cyberciti.biz/faq/tar-extract-linux/ | |
tar -xzvf myTar.tar.gz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment