home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / aspell / examples / spell < prev   
Encoding:
Text File  |  2006-06-19  |  122 b   |  7 lines

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