Search File

This is a grep like tool for searching lines which contains a given keyword in a file.

Installation

Using Prebuilt Binaries

Building From Source

Install Rust and then run:

sh cargo install search_file


Usage

```sh

Case sensitive match

search_file

Case insensitive match

IGNORECASE=1 searchfile ```


This is my first rust project. So I'm just learning how to create a rust project and publish it to crate.io.