Skip to content

nickel/cc-wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccwc

A Rust implementation of the Unix wc command.

Usage

ccwc [OPTIONS] [FILE]

Options:

  • -l - count lines
  • -w - count words
  • -c - count bytes
  • -m - count characters

Reads from stdin if no file is provided.

Reference

Based on Coding Challenges - wc

About

Building my own version of the Unix command line tool wc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages