Interactive spell checker. More information: http://aspell.net/.
aspell check path/to/file
stdin:cat path/to/file | aspell list
aspell dicts
aspell with a different language (takes two-letter ISO 639 language code):aspell --lang=cs
stdin and ignore words from personal word list:cat path/to/file | aspell --personal=personal-word-list.pws list