NAME

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

DESCRIPTION

The command date-tag-file pre-tags filename with timestamp of the last modification of the file. Currently, it uses only date. A future plan is to include time as option, or if the file with the give date already exists.

SYNOPSIS

$ date-tag-file file1
file1 -> 2020-05-30-file1

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