Grep-ing for a function name to see where it's being used returns a list of rows and row numbers. Is there a smart way of using grep and awk to get the name of the calling procedure instead?
Thanks
|
|
For jumping to the definition of an identifier: Exuberant Ctags For finding uses of an identifier: GNU ID-Utils (mkid indexer, lid query command) |
|||
|