NAME
App::Utils - a set of utilities useful in Linux CLI
DESCRIPTION
date-tag - print a simple date-tag in form YYYY-MM-DD-hhmmss
A simple command that prints one line of with the current date-time tags in the form YYYY-MM-DD-hhmmss
.
remove-empty-dirs - remove recursively empty directories
save - save a snapshot of given files in saved.d directory
SYNOPSIS
$ date-tag
2020-05-13-154542
AUTHOR
Vlado Keselj https://web.cs.dal.ca/~vlado 2002-2020
LICENSE
Artistic License perlartistic
INSTALLATION
Using cpan
:
$ cpan App::Utils
Manual install:
$ perl Makefile.PL
$ make
$ make install