CLI-Files-Utils

 The following 2 files for handling bunch of files on your computer
 will be installed, which augment functionality of Unix/Linux commands 
 such as 'ls' and 'find'. 

   1. madeafter : shows the 3 time-info ({a,m,c}time) of files in a single shot. 
   2. dirhier : the file count at each directory depth, speedily. 

 The detail of each program is accessed by "madeafter --help" or "dirhier --help", 
 but written only in Japanese for dirhier.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


LICENSE AND COPYRIGHT

Copyright (C) 2018 "Toshiyuki Shimono"

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see L<http://www.gnu.org/licenses/>.

