fcnt

fcnt is a file counter used in command line.

It can quickly count the number and size of huge amount of files in multiple directories through multi-threading.

Usage

shell $ fcnt3 [OPTIONS] [DIRECTORIES]...

Example

```shell $ fcnt -as ./Pictures ./Music ./Downloads/Gzh/Gifts

Name Files Dirs Size ./Pictures 7783 276 17.6G ./Music 3671 1199 21G ./Downloads/Gifts 295 6 689.8M ```

TODO