Re: hash. removing duplicates

2004-10-18 Thread Jeff 'japhy' Pinyan
On Oct 18, Vladimir Lemberg said: >John Creamer: 123 345 123 678 345 >Erick Morillo: 123 432 876 123 432 >Cris Fortier: 678 123 987 123 345 > >I need to remove duplicated numbers from each line. The output file would be: > >John Creamer: 123 345 678 >Erick Morillo: 123 432 876 >Cris Fortier: 678 1

RE: hash. removing duplicates

2004-10-18 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Vladimir Lemberg wrote: > Hi All, > > Could you help me resolve following problem. > > > > I have file: > > John Creamer: 123 345 123 678 345 > > Erick Morillo: 123 432 876 123 432 > > Cris Fortier: 678 123 987 123 345 > > > > I need to remove duplicated numbers from each line. The output