Created
March 1, 2024 09:55
-
-
Save abdulawal39/1ae8c2534b02c9d6a384445cdc370c45 to your computer and use it in GitHub Desktop.
Compress a folder (Create Zip File) excluding dot files from mac or linux terminal.
This file contains 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
zip -r FILE_NAME.zip FOLDER-NAME -x "*/.*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment