Skip to content

Instantly share code, notes, and snippets.

@szydan
Created May 13, 2024 13:09
Show Gist options
  • Save szydan/700466d44254b41a578ea170ed855c5e to your computer and use it in GitHub Desktop.
Save szydan/700466d44254b41a578ea170ed855c5e to your computer and use it in GitHub Desktop.
zip not including hidden files
When packing a folder which has some hidden top level folders inside like
A+
+.yarn
+.rc
zip -rqq A.zip A
will pack those hidden top level folders while
zip -rqq A.zip A/*
will NOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment