3 stable releases
1.0.2 | Dec 25, 2023 |
---|---|
1.0.1 | Dec 17, 2022 |
1.0.0 | Oct 17, 2022 |
#628 in Command line utilities
88 downloads per month
7KB
dircnt
Count directory entries faster than ls -f | wc -l
.
Installation
$ cargo install dircnt
Usage
$ 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.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.