--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # ispell > Interactive spell checking. > More information: . - Start an interactive session: `ispell` - Check for typos in the specified file and interactively apply suggestions: `ispell {{path/to/file}}` - Display version: `ispell -v`