Scripting

Delete Empty Folders

How to delete empty folders

find -depth -type d -empty -exec rmdir {} \;