Re: [Hampshire] Any grep gurus here?
English
Diese Nachricht ist Teil des folgenden Threads:
Der komplette Thread sortiert nach Datum
Jonathan Hudson am 2011-03-06 17:54
2011-03-06 17:54
Peter Salisbury am 2011-03-06 17:59
2011-03-06 17:59
Autor:
Simon Reap
Datum:
2011-03-06 17:55
2011-03-06 17:55
-000
UTC
To:
hampshire
Betreff:
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)