Delete empty directories

Delete all empty directories found with find
find -depth -type d -empty -exec rmdir {} \;


Posted

in

by