Skip to content

jamestran201/rwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwc

Count the number of lines, words and bytes from files or stdin

Usage: rwc [OPTIONS] [FILE]...

Arguments:
  [FILE]...  

Options:
  -l             Count lines
  -w             Count words
  -b             Count bytes
  -h, --help     Print help
  -V, --version  Print version

Example:

rwc Cargo.toml

Cargo.toml

Line count: 7
Word count: 46
Byte count: 392
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages