NAME
remove-empty-dirs - remove recursively empty directories
SYNOPSIS
$ remove-empty-dirs .
Removes all empty subdirectories recursively of the current directory, and any subdirectories.
DESCRIPTION
The command remove-empty-dirs
recursively visits all subdirectories of the directories given in the command line removes all empty directories. It will remove also directories that become empty after recursivelly removing their empty subdirectories.
AUTHOR
Vlado Keselj vlado@dnlp.ca http://vlado.ca
LICENSE
Perl License (perl)
SCRIPT CATEGORIES
CPAN Unix/System_administration
README
remove-empty-dirs - remove recursively empty directories