Hacker News new | ask | show | jobs
by cube2222 2942 days ago
Source code files are small... but hardly a lot though. I've usually been doing extensive search on big files, and ripgrep is great for that (and available for windows).
2 comments

I just use `git grep` which isn't as fast as ripgrep (https://github.com/BurntSushi/ripgrep), but is still damn fast (on Windows).

  $ find ~/src | wc -l
  242341
Maybe, maybe not.