On Thu, 9 Mar 2000, Steve Lee wrote:

> can someone help me write 
> a script to remove , out of a file
> lines of data with price that has
> 
> 9,000.00
> 8,000.00

grep -v "9,000\.00" thefile.txt | grep -v "8,000\.00"

should do the trick.

Nico


> 
> 
> etc 
> 
> about 710 line of these with text too.
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 
> 

--------------------------------------------------------
 "It has been said that there are only two businesses
  refer to customers as users: illegal drug trade and
               the computer industry." 
--------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/DME-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to