Hacker News new | past | comments | ask | show | jobs | submit login

Which xyz-file buried in the code base has that "abc" function I saw last month?

locate /\*xyzGlobPattern | xargs grep -E '\<abc[(]'




ag -G [file pattern] [text pattern]


I'm using ack for that. Works very well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: