The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 11-17-2007
murthybptl murthybptl is offline
Registered User
 

Join Date: Nov 2007
Posts: 3
Pattern searching pattern in c files

Thank you very much.



This solution is giving all the files which is having division operator.

And at the same time giving some files which dont have division operator.

xx.c : x=y; /*** dfldkfdk **/
xx.c : return; /** dfkdfdkd **/
xx.c : /** return some value **/

can you give me any suggestion on this??

thanks & regards,
murthy.
Reply With Quote