Skip to content

vvasconceloss/rswc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rswc

Minimal clone of the Unix wc tool.

Features

  • Line counting
  • Byte counting
  • Word counting
  • Simple subcommand interface using clap

Usage

rswc list <file>
rswc count <file>
rswc words <file>

Build

cargo build --release

Run

cargo run -- list <file>
cargo run -- count <file>
cargo run -- words <file>

About

A rust version of the Unix wc command

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages