Skip to content

Instantly share code, notes, and snippets.

@lucasmotta
Created June 15, 2015 08:42
Show Gist options
  • Save lucasmotta/0c2c6320fec695797109 to your computer and use it in GitHub Desktop.
Save lucasmotta/0c2c6320fec695797109 to your computer and use it in GitHub Desktop.
Delete all empty folders recursively
find . -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment