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

SYNOPSIS

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

DESCRIPTION

 dirdim DIR [DIR] [DIR] ..

  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 number is shown in the round parenthesis.)
  If any argument is not specified as DIR, the current directory is regarded to be specified.

  `dirdim --help' shows Japanese help. 
  `perldoc App::dirdim' shows English 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).

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.