Skip to content

adolsalamanca/wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wc

Description

Super tiny project which unique objective is to practice a bit with some basic rust. For this purpose, I've chosen to emulate wc bash library.

Running the code

$ cargo run -- <arg_type>
## Where arg_type is one of the wc variations.
## -l to count lines
## -w to count words
## -c to count characterss

# Also accepts files as arguments like the original tool.
## cargo run -- -l README.md

Author

License

This project is licensed under MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages