The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Utils - some useful command-line utilities

DESCRIPTION

This is a stub module that contains some useful command-line utilities, created for Linux environment. Detailed descriptions are included in the programs.

date-tag - print a date-time tag in form YYYY-MM-DD-hhmmss

date-tag-file - pre-tag filename with timestamp of last modification

move-merge - merges directories into one target directory

remove-empty-dirs - remove recursively empty directories

save - save a snapshot of given files in saved.d directory

AUTHOR

Vlado Keselj vlado@dnlp.ca http://vlado.ca

INSTALLATION

Using cpan:

 $ cpan App::Utils

Manual install:

 $ perl Makefile.PL
 $ make
 $ make install