Skip to content

Instantly share code, notes, and snippets.

@bozhink
Created March 3, 2017 15:16
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 bozhink/3b6f0c49373fa380635cc723f54cbd2c to your computer and use it in GitHub Desktop.
Save bozhink/3b6f0c49373fa380635cc723f54cbd2c to your computer and use it in GitHub Desktop.
*nix shell: Delete empty directories
#!/bin/bash
find . -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment