home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / lib / aspell-0.60 / spell < prev    next >
Encoding:
Text File  |  2010-03-06  |  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.