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 updatesudo apt-get install ispell - OS X
-
brew install ispell - Raspbian
-
apt-get install 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