Re: Find and grep syntax
- From: SiKing <nospam@xxxxxxxxxxxxx>
- Date: Tue, 06 Feb 2007 15:36:37 +0000
Petterson Mikael wrote:
I want to match both:
activeClients
NumberOfActiveClients
grep '*[Aa]ctiveClients'
The star is wrong in this case, just: grep '[Aa]ctiveClients' would do it. See <http://www.gnu.org/software/grep/doc/grep_7.html>.
SK.
--
It may be that your sole purpose in life
is simply to serve as a warning to others.
-----
Candy for spammers:
http://members.shaw.ca/grubb/spamthis.html
.
- References:
- Find and grep syntax
- From: Petterson Mikael
- Find and grep syntax
- Prev by Date: Re: Find and grep syntax
- Next by Date: formatting output
- Previous by thread: Re: Find and grep syntax
- Next by thread: Help with check-in script
- Index(es):
Relevant Pages
|