textcount (tc)
A Rust clone of the GNU Coreutils wc command
Features
- Count lines, words, characters, bytes
- Measure maximum line length
- Read from standard input and files
- Read from multiple files at a time
- Neatly printed output with
tabled
Installation
Cargo
cargo install tc
Build
You can build textcount using Cargo:
License
This project is licensed under the MIT License