Skip to content

Instantly share code, notes, and snippets.

@jlyon
Created May 26, 2013 10:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlyon/5652308 to your computer and use it in GitHub Desktop.
Save jlyon/5652308 to your computer and use it in GitHub Desktop.
tar, zip, gzip basic linux commands
# tar
tar cvzf foo.tgz foo
tar xvzf foo.tgz
# zip
zip foo.zip foo
unzip foo.gz
# gz
gunzip foo.gz
gzip filename.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment