home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / base / 05_common.mo / usr / lib / aspell / spell < prev    next >
Encoding:
Text File  |  2005-06-12  |  121 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. # aspell -l mimicks the standard unix spell program, roughly.
  4.  
  5. cat "$@" | aspell spell --mode=none | sort -u
  6.  
  7.