Spell Check a Text File using Aspell
Tagged with: aspell, check, command, Linux, spell, spelling, text
You can use Aspell to spell check of a text document using this command. It must be executed in a termial - as it has an console interface.
aspell check test.txt
Follow me(@binnyva) on Twitter
January 14th, 2009 17:59
I use aspell allot to check my LaTeX files. The ‘-t’ option helps with that.