ispell: add page (#7918)

This commit is contained in:
Seth Falco 2022-03-23 13:49:36 +01:00 committed by GitHub
parent 1a7fd6ec58
commit fb62af84fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
pages/linux/ispell.md Normal file
View File

@ -0,0 +1,16 @@
# ispell
> Interactive spell checking.
> More information: <https://www.cs.hmc.edu/~geoff/ispell.html>.
- Start an interactive session:
`ispell`
- Check for typos in the specified file and interactively apply suggestions:
`ispell {{path/to/file}}`
- Display the version:
`ispell -v`