home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 15083 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.0 KB  |  30 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!krisk
  3. From: krisk@ux1.cso.uiuc.edu (Kris Klindworth)
  4. Subject: Re: Matching two lists
  5. Message-ID: <C051yz.Eu4@ux1.cso.uiuc.edu>
  6. Organization: University of Illinois at Urbana
  7. References: <1992Dec31.182128.29042@magnus.acs.ohio-state.edu>
  8. Date: Thu, 31 Dec 1992 19:25:33 GMT
  9. Lines: 19
  10.  
  11. szatezal@magnus.acs.ohio-state.edu (Shane M Zatezalo) writes:
  12.  
  13.  
  14. >I have a whole long list of email addresses, and I want to get
  15. >the double entries out of it.
  16.  
  17. >What's the easiest way of doing this? The list is just a straight
  18. >text file... like:
  19.  
  20. >joe_scmoe@joeville.com
  21. >charleyb@peanut.gallery
  22.  
  23. sort file|uniq >newfile
  24.  
  25. ------------------------------------------------------------------------------
  26. Kris Klindworth                    Internet: krisk@ux1.cso.uiuc.edu
  27. Database Programmer                Phone   : (217)244-7120
  28. Illinois State Water Survey        US Mail : 2204 Griffith Dr
  29.                                              Champaign, IL 61820
  30.