google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use cgrep?

Schizo opened this issue · comments

csearch, cindex is clear, but how does cgrep work, do I combine it with

csearch "text" | cgrep "cpp"

why not

csearch "text" | grep "cpp" 

which seams to be faster or i didn't get cgreps full power.

You can use cgrep anywhere you'd use grep. It just provides a different regexp syntax, more like pcregrep.