Skip to content

Instantly share code, notes, and snippets.

@hongjonghwa
Created June 2, 2020 06:32
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 hongjonghwa/d59a7bfd0ce19c4cf744ce2bf0fe2757 to your computer and use it in GitHub Desktop.
Save hongjonghwa/d59a7bfd0ce19c4cf744ce2bf0fe2757 to your computer and use it in GitHub Desktop.
find . -type d -empty -print0 | xargs -0 -I {} rmdir "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment