Bash Script
Written by
in
Delete all empty directories found with find find -depth -type d -empty -exec rmdir {} \;
find -depth -type d -empty -exec rmdir {} \;