The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

remove-empty-dirs - remove recursively empty directories

DESCRIPTION

The command remove-empty-dirs removes recursively all empty directories that are subdirectories of the directories given in the argument line.

SYNOPSIS

 $ remove-empty-dirs .

Removes all empty subdirectories recursively of the current directory.

AUTHOR

Vlado Keselj http://web.cs.dal.ca/~vlado

LICENSE

Artistic License 1.0 perlartistic

INSTALLATION

Using cpan:

 $ cpan App::Utils

Manual install:

 $ perl Makefile.PL
 $ make
 $ make install