Y
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
nailer
2942 days ago
I just use `git grep` which isn't as fast as ripgrep (
https://github.com/BurntSushi/ripgrep
), but is still damn fast (on Windows).
link
setquk
2942 days ago
$ find ~/src | wc -l 242341
Maybe, maybe not.
link