Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo "# Rusty Utils

A collection of Unix-like command-line utilities reimplemented in Rust, including tools like `echo`, `cat`, `ls`, `find`, and `grep`.

Features

  • `echo`: Repeats input text.
  • `cat`: Concatenates and displays file contents.
  • `ls`: Lists files and directories.
  • `find`: Searches for files and directories.
  • `grep`: Searches for patterns in files.

Installation

To build and run any of the tools:

  1. Clone the repository: ```bash git clone https://github.com/BlockForge-Dev/rusty-utils.git ```

  2. Navigate to the specific tool directory and run: ```bash cargo run -p -- ```

Usage

For example, to use the `cat` tool:

```bash cargo run -p cat -- ```

License

This project is licensed under the MIT License - see the LICENSE file for details." > README.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages