[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] regex question
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] regex question
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 30 Sep 2008 12:12:12 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <C06F86EA303D3A439626BCE2FD50E5A42AA669 (at) corpexch12.Tivo.com> <C06F86EA303D3A439626BCE2FD50E5A42AA66D (at) corpexch12.Tivo.com> <48B55F7C.2080400 (at) mcclatchyinteractive.com> <C06F86EA303D3A439626BCE2FD50E5A42AA6CE (at) corpexch12.Tivo.com> <19f301c90d94$941ded80$2b01d59f (at) regione.toscana.it> <003401c90dae$897ea9e0$0500a8c0 (at) noip.org> <004a01c90e5e$086bd890$2b01d59f (at) regione.toscana.it>
- User-agent: nn/6.7.3
In <004a01c90e5e$086bd890$2b01d59f (at) regione.toscana.it> "Marco Avvisano" <marco.avvisano (at) regione.toscana.it> writes:
>I try to insert "\" in my hobbit-client.cfg, but not work
> LOG /mylog.log %ERROR*\| COLOR=red
Shouldn't that be ".*" instead of just "*" ?
LOG /mylog.log %ERROR.*\| COLOR=red
I don't believe the backslash-escape is needed.
Henrik