Documented in Volume 1 of the UNIX Programmers Manual.
% spell filename Compares words in filename with words in a large vocabulary list. When a 'no match' occurs, displays unmatched words on the standard output.
% echo hookey | spellout /usr/dict/hlista % echo hookey | spellin /usr/dict/hlista > myhlist % spell -d myhlist huckfinn will verify that 'hookey' is not on the default spelling list, add it to your own private list, and then use it with spell.
To Index