Skip to content

Instantly share code, notes, and snippets.

@lucasmotta
Created June 15, 2015 08:42
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