Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

File metadata and controls

9 lines (6 loc) · 391 Bytes

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.