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