Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abdulawal39/1ae8c2534b02c9d6a384445cdc370c45 to your computer and use it in GitHub Desktop.
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.
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