-
-
Save lucianovalenca/495164f5a67869ba8ff6549c4324d5ea to your computer and use it in GitHub Desktop.
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
| # Ccreate a tar archive of the current directory | |
| tar --xform s:'./':: -czvf ../myarchive.tar.gz ./ | |
| # Recursively Zip a Directory and Files | |
| zip -r name_of_your_directory.zip name_of_your_directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment