NAME

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

DESCRIPTION

A command to save a snapshot of given files in saved.d directory, taged with time and date of save.

SYNOPSIS

 $ save file1 file2...

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