Skip to content

Instantly share code, notes, and snippets.

@michaelconnor00
Last active December 23, 2015 22:30
Show Gist options
  • Save michaelconnor00/edf0bf7056010850ce51 to your computer and use it in GitHub Desktop.
Save michaelconnor00/edf0bf7056010850ce51 to your computer and use it in GitHub Desktop.
Tar Files
# 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