grep with regex question
- From: merrittr <merrittr@xxxxxxxxx>
- Date: Wed, 27 Jun 2007 22:50:15 -0700
I am using grep inside a bash script and need to display all lines in
a file without *_00*.mdl
fm_00.mdl
fm_89.mdl
fm.mdl
here I would only want to show the fm.mdl line
I tried this :
grep ".[^_0-90-9]." test.txt
what is the proper syntax
.
- Follow-Ups:
- Re: grep with regex question
- From: Michael Tosch
- Re: grep with regex question
- From: Stephane CHAZELAS
- Re: grep with regex question
- Prev by Date: Re: header of tar file
- Next by Date: Re: grep with regex question
- Previous by thread: header of tar file
- Next by thread: Re: grep with regex question
- Index(es):
Relevant Pages
|
|