Re: [Hampshire] Any grep gurus here?

Pàgina inicial

Reply to this message
Autor: Simon Reap
Data:  
A: hampshire
Assumpte: Re: [Hampshire] Any grep gurus here?
On 06/03/2011 17:42, Vic wrote:
> Hi All.
>
> I need some help with regexes in grep.
>
> I'm trying to search for a pattern along the lines of:
>
>    foo(bar

>


I just did

     grep 'foo(bar' file


and it worked fine.

(Ubuntu 10.10)