[SunHELP] remove duplicate
    Jim Pennino 
    jimp at specsol.com
       
    Thu Nov 28 23:33:34 CST 2002
    
    
  
On Fri, Nov 29, 2002 at 12:33:09PM +0700, Sangbutsarakum, Patai wrote:
> Dear scripter,
> I've a file with a thousands line,
> so many duplications.
> How can I make my file clean from duplicate?
> 
> 
> xxx
> yyy
> xxx
> zzz
> zzz
> yyy
> rrr
> iiii
> rrr
> iiii
> 
> =>
> xxx
> yyy
> zzz
> rrr
> iiii
> 
> Please suggest, Regards,
> 
> Pat.
> _______________________________________________
> SunHELP maillist  -  SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp
sort -u
-- 
Jim Pennino
    
    
More information about the SunHELP
mailing list