Hacker News new | ask | show | jobs
by mkhnews 1422 days ago
In particular, ’rg ‐uuu’ should search the same exact content as ’grep ‐r’.
1 comments

Thank you. This inspired me to read the ripgrep man page. I think I must have been confusing ripgrep's behavior with the earlier ack (or maybe ag) tool which only searched known extensions by default. I see now that ripgrep only does that if explicitly given a --type option.