Basic grep utility built with node.js. Searches for regular expression patterns in each file.
Clone the repository:
git clone https://github.com/hqrrylyu/node-grep.git
Navigate to the cloned directory and run:
npm install
node . [OPTION]... REGEX PATHS...
Options:
-i, --ignore-case
-r, --recursive
--version
--help
This project is licensed under the MIT License - see the LICENSE file for details.