I am tasked with reworking all pointer to pointer implementations in our company's code (big and many .c .h files). The problem that I am having is finding all those occurrences of ** (pointer to pointer) using grep. I don't seem to have success. I tried all options that I am familiar with grep (not many!). But my results have been frustrating. I get all outputs of comment lines. And there are thousands of lines of those. Could someone help with this? I need an expression that would result in only '**" that relate to the pointer to pointer part.
Thanks in advance. -- View this message in context: http://old.nabble.com/grep-**-tp33644601p33644601.html Sent from the Gnu - Grep mailing list archive at Nabble.com.
