Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
everybodyknows
on May 22, 2017
|
parent
|
context
|
favorite
| on:
Linux utils that you might not know
Which xyz-file buried in the code base has that "abc" function I saw last month?
locate /\*xyzGlobPattern | xargs grep -E '\<abc[(]'
vdm
on May 22, 2017
|
next
[–]
ag -G [file pattern] [text pattern]
sigi45
on May 22, 2017
|
prev
[–]
I'm using ack for that. Works very well.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
locate /\*xyzGlobPattern | xargs grep -E '\<abc[(]'