Skip to content

Instantly share code, notes, and snippets.

@bsa7
Last active August 29, 2015 14:02
Show Gist options
  • Save bsa7/8b231b52d51e93cc893f to your computer and use it in GitHub Desktop.
Save bsa7/8b231b52d51e93cc893f to your computer and use it in GitHub Desktop.
tar && untar directory

tar: tar -zcvf archive_name.tar.gz dir_name

untar: tar -zxvf file.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment