Crates.io | dircnt |
lib.rs | dircnt |
version | 1.0.2 |
source | src |
created_at | 2022-10-17 20:49:50.544233 |
updated_at | 2023-12-25 21:25:07.002211 |
description | Count directory entries faster than `ls -f | wc -l` |
homepage | |
repository | https://github.com/dtolnay/dircnt |
max_upload_size | |
id | 690389 |
size | 17,195 |
Count directory entries faster than ls -f | wc -l
.
$ cargo install dircnt
$ dircnt path/to/dir
63496110
Like ls | wc -l
but unlike ls -f | wc -l
, the special directory entries .
and ..
are excluded from the count.