Find empty directories

From WickyWiki
find /home/user -type d -empty > empty_dirs_list.txt

See also