Created
March 21, 2018 07:35
-
-
Save yeephycho/073bd651b94e60ace33a3ebc782e2478 to your computer and use it in GitHub Desktop.
compress folder command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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