The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

A simple command that prints one line of with the current date-time tag in the form YYYY-MM-DD-hhmmss.

SYNOPSIS

 $ date-tag
 2020-05-13-154542

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