NAME
date-tag - print a simple date-tag in form YYYY-MM-DD-hhmmss
DESCRIPTION
A simple command that prints one line of with the current date-time tags in the form YYYY-MM-DD-hhmmss
.
SYNOPSIS
$ date-tag
2020-05-13-154542
AUTHOR
Vlado Keselj vlado@dnlp.ca 2020
LICENSE
Artistic License 1.0 perlartistic
INSTALLATION
Using cpan
:
$ cpan App::Utils
Manual install:
$ perl Makefile.PL
$ make
$ make install