cli_util

Crates.iocli_util
lib.rscli_util
version0.2.35
created_at2025-02-16 11:18:05.905108+00
updated_at2025-03-04 01:34:39.326031+00
descriptionCommand-line utilitiy for unix based systems
homepage
repositoryhttps://github.com/iokbay/cli_util
max_upload_size
id1557594
size62,833
(iokbay)

documentation

README

CLI with Some shell command

github crates.io docs.rs

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.
Commit count: 0

cargo fmt