rsiqueira / rgrep

grep recursively in all subdirectories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgrep

grep recursively in all subdirectories

rgrep screenshot

Why not just use "grep -r" ? The problem with "grep -r" is that you can not specify the file extension where to grep, so it usually is slower and give unwanted results because it will search inside ALL files from your directory and sub-directories.

About

grep recursively in all subdirectories


Languages

Language:Perl 100.0%