This project contains implementations of popular Unix console tools written in the Rust programming language.
- cat – displays file contents.
- clap – command line argument parsing tool.
- echo – displays given arguments.
- tail – displays the end lines of a file.
- wc – counts lines, words, and characters in a file.
Note
Tests have been written for the tools.