Files
cheatsheet-tldr/linux/ispell
2024-02-21 11:19:49 +00:00

22 lines
382 B
Plaintext

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