in reply to Re: •Re: Remove eMpTy Directories
in thread Remove eMpTy Directories

Quite inefficient. perl -MFile::Find -e 'find( { wanted => sub {}, postprocess => sub { rmdir $File::Find::name } }, @ARGV )'

Makeshifts last the longest.