Skip to content

Repository files navigation

Project Assumptions

This project contains implementations of popular Unix console tools written in the Rust programming language.

Implemented Tools

  • 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.

About

A collection of Unix-like command-line tools implemented in Rust including cat, clap, echo, tail and wc, with unit tests and a REST API backend. Using Rust.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages