Im trying to grep a keyword "function()" in many files and return the file names in which it is present...the problem is function() is in small letters whereas its in caps in the files i hav used /i to solve the issue..but currently im getting the files in which the following occurences are ther: function();
i dont want to extract function which is ending with semicolon any idea monks:
the snippet is:
if ( grep /$Function\(\)/i, <FILE> )
In reply to Perl GREP by rajkrishna89
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |