Skip to content

spell7788/node-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-grep

Basic grep utility built with node.js. Searches for regular expression patterns in each file.

Prerequisites

Installation

Clone the repository:

git clone https://github.com/hqrrylyu/node-grep.git

Navigate to the cloned directory and run:

npm install

Usage

node . [OPTION]... REGEX PATHS...
Options:
    -i, --ignore-case
    -r, --recursive
    --version
    --help

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Basic grep built with Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published