Simple find command to find empty directories on a UNIX box :
find /path-to-directory -type d -empty
Simple find command to find empty directories on a UNIX box :
find /path-to-directory -type d -empty
After a fairly long time being offline, i’ll try to catch up again. Wish me luck!