2 stable releases

1.0.1 Dec 17, 2022
1.0.0 Oct 17, 2022

#642 in Command line utilities

MIT/Apache

7KB

dircnt

github crates.io build status

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.

No runtime deps