pfcuttle / filecount

Recursively count files and directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Recursively count files and directories

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 87.4%Language:C 12.6%