Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Grep Clone

A simple, efficient clone of the grep utility written in Rust. This tool allows you to search for patterns within files or standard input, providing functionality similar to the traditional grep command-line utility.

Features

  • Search for a pattern within files
  • Case-sensitive and case-insensitive search
  • Display line numbers with matching lines
  • Recursive search in directories (next implementation)

Installation

Prerequisites

  • Rust programming language installed (version 1.50.0 or later recommended)

Build from Source

  1. Clone the repository:
    git clone https://github.com/your-username/rust-grep-clone.git
    cd rust-grep-clone

About

This is a copy of grep I made as my first venture into using rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages