https://github.com/mauri870/wc
Print newline, word, and byte counts for each file
https://github.com/mauri870/wc
coreutils gnu rust wc
Last synced: about 2 months ago
JSON representation
Print newline, word, and byte counts for each file
- Host: GitHub
- URL: https://github.com/mauri870/wc
- Owner: mauri870
- License: mit
- Created: 2018-12-11T00:24:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T20:12:04.000Z (about 7 years ago)
- Last Synced: 2024-12-29T09:24:56.430Z (about 1 year ago)
- Topics: coreutils, gnu, rust, wc
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wc
> wc implemented in rust
Print newline, word, and byte counts for each file
> Works for stdin only!
## Arch Linux installation
```bash
makepkg -sif
```
## Compilation
```bash
cargo build
```