A quesiton about grep....
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > A quesiton about grep....




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    A quesiton about grep....  
SpreadTooThin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-29-07 06:24 PM

I'm grepping through my C++ code for a delete that uses []

How (in tcsh on MAC OS X) do I grep for that?

grep [] *.cpp *.h

doesn't work...

grep "[]" *.cpp *.h

doesn't work either....

TIA






[ Post a follow-up to this message ]



    Re: A quesiton about grep....  
Martin Vuille


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-29-07 06:24 PM

"SpreadTooThin" <bjobrien62@gmail.com> wrote in
news:1175188233.193316.265200@n76g2000hsh.googlegroups.com:

> I'm grepping through my C++ code for a delete that uses []
>
> How (in tcsh on MAC OS X) do I grep for that?
>
> grep [] *.cpp *.h
>
> doesn't work...
>
> grep "[]" *.cpp *.h

Square brackets have special meaning in regular expressions.

Try

grep "\[\]" *.cpp *.h

MV

--
I do not want replies; please follow-up to the group.





[ Post a follow-up to this message ]



    Re: A quesiton about grep....  
Stephane CHAZELAS


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-30-07 12:17 PM

2007-03-29, 10:10(-07), SpreadTooThin:
> I'm grepping through my C++ code for a delete that uses []
>
> How (in tcsh on MAC OS X) do I grep for that?
>
> grep [] *.cpp *.h
>
> doesn't work...
>
> grep "[]" *.cpp *.h
>
> doesn't work either....
[...]

grep -F '[]' *.cpp *.h

sometimes refered to as fgrep.

--
Stéphane





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:59 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register