Link to home
Start Free TrialLog in
Avatar of Risky101
Risky101Flag for United States of America

asked on

How do I use grep to search for "printf <any string of characters>" then three dots "..." ?

Hi,

The subject says it all - whats the grep regular expression to find any variant on the following line:

int my_printf (const char *format, ...);

so, the match would be: printf<any string of characters> then three dots "..."
ASKER CERTIFIED SOLUTION
Avatar of jlevie
jlevie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial