Posted in Command Line, Linux Spell Check a Text File using Aspell Binny V A January 11, 2009 1 Comment on Spell Check a Text File using Aspell 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 Original Article Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
I use aspell allot to check my LaTeX files. The ‘-t’ option helps with that.