cli_util 0.2.35

Command-line utilitiy for unix based systems
Documentation

CLI with Some shell command

The purpose of this package is to reimplement some shell commands with Rust.

Commands are:

  • echo — Display a message on screen.
  • cd — Change Directory - change the current working Folder.
  • cat — Concatenate and print (display) the content of files.
  • ls — List directory contents.
  • find — Search a folder hierarchy for filename(s) that meet a desired criteria.
  • grep — Search file(s) for specific text.