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
LICENSE
Perl License (perl)
INSTALLATION
Using cpan
:
$ cpan App::Utils
Manual install:
$ perl Makefile.PL
$ make
$ make install