Skip to content

Instantly share code, notes, and snippets.

@soundslikeinfo
Last active November 29, 2019 22:35
Show Gist options
  • Save soundslikeinfo/1297322 to your computer and use it in GitHub Desktop.
Save soundslikeinfo/1297322 to your computer and use it in GitHub Desktop.
[zipping in shell] #LegacyGISTS
Tar/Gzip: tar -cz -f {filename}
Better Tar: tar -zcvf archive-name.tar.gz directory-name
UnTar/GZip: tar -xz --directory={directory} -f {filename}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment