LinuxCommandLibrary

ispell

Interactive spell checking.

TLDR

Start an interactive session

$ ispell
copy


Check for typos in the specified file and interactively apply suggestions
$ ispell [path/to/file]
copy


Display the version
$ ispell -v
copy

Copied to clipboard