It is just a learning project for learning about Rust and fundamentals of the language.
rgrep [options] pattern [path]-h, --help- print help message-i, --ignore-case- perform case-insensitive matching-l, --line-numbers- print line numbers along with the line
rgrep -i "hello" some_file.txt