Skip to content

Instantly share code, notes, and snippets.

@tracertea
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tracertea/71b1c59c5457a21e48ca to your computer and use it in GitHub Desktop.
Save tracertea/71b1c59c5457a21e48ca to your computer and use it in GitHub Desktop.
delete all empty sub directoires
find . -type d -empty -delete
find . -type d -empty -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment