mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
382 B
Plaintext
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`
|