/filecount

Recursively count files and directories

Primary LanguageMakefileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

filecount

Recursively count files and directories

Building and Installing

  • make [debug]
  • make install

Usage

filecount [root]

This will list the number of files and directories for each directory under the given root. By default, this will use the current directory.