Skip to content

Instantly share code, notes, and snippets.

@DavidLutton
Created May 27, 2019 19:19
Show Gist options
  • Save DavidLutton/daf7b89dcf18add6e55be800a5932324 to your computer and use it in GitHub Desktop.
Save DavidLutton/daf7b89dcf18add6e55be800a5932324 to your computer and use it in GitHub Desktop.
find all except .dot directorys
find . -type d -empty -not -path '*/\.*' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment