A Rust implementation of the Unix wc command.
ccwc [OPTIONS] [FILE]
Options:
-l- count lines-w- count words-c- count bytes-m- count characters
Reads from stdin if no file is provided.
Based on Coding Challenges - wc
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Rust implementation of the Unix wc command.
ccwc [OPTIONS] [FILE]
Options:
-l - count lines-w - count words-c - count bytes-m - count charactersReads from stdin if no file is provided.
Based on Coding Challenges - wc