Files
cheatsheet-tldr/tldr/ispell
2024-08-14 00:15:26 +00:00

22 lines
383 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
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`