ispell
Interactive spell checking. More information: <https://www.cs.hmc.edu/~geoff/ispell-man.html>.
Install
- All systems
-
curl cmd.cat/ispell.sh
- Debian
-
apt-get install ispell
- Ubuntu
-
apt-get install ispell
- Arch Linux
-
pacman -S ispell
- Kali Linux
-
apt-get install ispell
- CentOS
-
yum install ispell
- Fedora
-
dnf install ispell
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ispell
- OS X
-
brew install ispell
- Raspbian
-
apt-get install ispell
- Dockerfile
- dockerfile.run/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 the version:
ispell -v
© tl;dr; authors and contributors