An open API service indexing awesome lists of open source software.

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

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
```