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

App::dirdim -- Counts file numbers just below given director(y/ies) also with the height of the directory strata.

SYNOPSIS

This module provides a Unix-like command `dirdim'.

DESCRIPTION

 dirdim DIR [DIR] [DIR] ..

  This commnd counts the numbers of files just under the specified director(y/ies).
  The numbers are each of both for non-directories and directories. 
  (Symblic files are also counted and the numbers appear in the round parenthesis.)
  The current directory is regarded to be specified if any argument DIR is not specified.

  `perldoc App::dirdim' shows English help. 
  `perldoc dirdim' and `dirdim --help' shows Japanese help. 

 Options : 

  -d  ; The "maximum depth" and the number of all files (equivalently via `find' command) are shown. 
  -v  : Verbosely shows the names of files names as examples. The first and the last are shown.
  -. 0    : Suppresses counting the files having the name beginning from "." (period).
  -. only : Counting only the files having the name beginning from "." (period).

SEE ALSO

  App::colorplus -- `colorplus -0' deletes the colros given by ANSI escape code. 
  App::dirstrata -- gives minute hierarchial information about a directory using a triangular matrix.
  App::diroctopus -- shows the longest directory branch paths (most apart each other) of a given directory.
  App::expandtab -- output vertically-aligned table using space characters from a TSV file.

AUTHOR

下野寿之 Toshiyuki SHIMONO <bin4tsv@gmail.com> The Institute of Statistical Mathematics, a visiting researcher.

COPYRIGHT AND LICENSE

Copyright (c) 2022-2023 Toshiyuki SHIMONO. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.