cli_app_capo15

Crates.iocli_app_capo15
lib.rscli_app_capo15
version0.1.1
sourcesrc
created_at2024-11-28 03:05:22.395737
updated_at2024-11-28 03:05:22.395737
descriptionA Rust CLI application with Unix-like tools.
homepage
repository
max_upload_size
id1463889
size34,519
(capo15)

documentation

README

CLI App

A Rust-based CLI application providing Unix-like tools, including echo, cat, ls, find, grep, diff, cmp, head, and tail.

Features

  • echo: Prints arguments to the console.
  • cat: Displays the contents of a file.
  • ls: Lists files and directories.
  • find: Searches for files in directory that match specified substring.
  • grep: Searches for pattern in files and shows applicable matches.
  • diff: Compares two files line by line and shows differences along with its line numbers.
  • cmp: Compares two files to see if they are identical. States if they are or aren't.
  • head: Displays first 10 lines of a file.
  • tail: Displays last 10 lines of a file.

Installation

Once published, install using:

cargo install cli_app

Commit count: 0

cargo fmt