Click to See Complete Forum and Search --> : finding empty directories...


PokerFace
10-16-2002, 06:54 AM
aloha,

does anyone know how I can show or print a list of all subdirectories that are empty in a specific directory?

Thanks in advance,

PF

PokerFace
10-16-2002, 08:10 AM
found it, sorry for the the trouble...
find /root -type d -empty -print > emtydirs.txt


PF