Skip to content

Instantly share code, notes, and snippets.

@yeephycho
Created March 21, 2018 07:35
Show Gist options
  • Save yeephycho/073bd651b94e60ace33a3ebc782e2478 to your computer and use it in GitHub Desktop.
Save yeephycho/073bd651b94e60ace33a3ebc782e2478 to your computer and use it in GitHub Desktop.
compress folder command
#!/usr/bin/env bash
# tar compress folder
tar czf output_archive_file.tar.gz directory_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment