Knilluz [/tech]
find empty dirs and remove them
By Knilluz on 12 October 2011 at 16:51
this can be handled just by one single command:
find . -type d -empty -exec rmdir {} \;
easy he.