Skip to content

Instantly share code, notes, and snippets.

@aniketpant
Created April 8, 2014 01:15
Show Gist options
  • Save aniketpant/10080018 to your computer and use it in GitHub Desktop.
Save aniketpant/10080018 to your computer and use it in GitHub Desktop.
Delete all empty directories
$ find . -empty -type d -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment