cli_util 0.2.30

Command-line utilitiy for unix based systems
docs.rs failed to build cli_util-0.2.30
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cli_util-0.2.35

CLI with Some shell command

The goal of this package is to be a drop-in replacement for the some shell commands in 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.