|
|
|
|
|
by mvanveen
536 days ago
|
|
> What do you do if you need to look up the definition/implementation of some function which is in some other file? At some point, for me, ‘find <dir> -name “*.ext” | xargs grep <pattern>’ took over for recursive grep, because the required tools are available on most Unix systems. |
|