Linux
Command
Library
Basics
Tips
Commands
ispell
Interactive spell checking.
TLDR
Start an interactive session
$ ispell
Check for typos in the specified file and interactively apply suggestions
$ ispell [path/to/file]
Display version
$ ispell -v
COLLAPSE ALL
Copied to clipboard