Skip to content

K-ros5/learning_wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Learning Project - wc

Further learning by attempting to recreate unix wc

Challenge

The idea and example testing file (test.txt) for this "challenge" was taken from codingchallengs.fyi.

Installation

I don't plan on turning this into an offical crate so:

cargo install --path ./path/to/learning_wc/root/

Uninstall

cargo uninstall learning_wc

Usage

Usage: learning_wc [OPTIONS] [FILE]...

Arguments:
  [FILE]...  optional files, if no files takes stdin input

Options:
  -c, --bytes    print the byte counts
  -l, --lines    print the newline counts
  -w, --words    print the word counts
  -m, --chars    print the character counts
  -h, --help     Print help
  -V, --version  Print version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages