Skip to content

Instantly share code, notes, and snippets.

@richard-to
Created January 17, 2013 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richard-to/4554231 to your computer and use it in GitHub Desktop.
Save richard-to/4554231 to your computer and use it in GitHub Desktop.
Tar and untar files. More commands that I can never remember...
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