spell
GNU Spell, a clone of Unix `spell'
Install
- All systems
-
curl cmd.cat/spell.sh
- Debian
-
apt-get install spell
- Ubuntu
-
apt-get install spell
- Arch Linux
-
pacman -S spell
- Kali Linux
-
apt-get install spell
- CentOS
-
yum install spell
- Fedora
-
dnf install spell
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spell
- Raspbian
-
apt-get install spell
- Dockerfile
- dockerfile.run/spell
spell
GNU Spell, a clone of Unix `spell'
GNU Spell is a spell checking program which prints each misspelled word on a line of its own. It is designed as a clone of the standard Unix `spell' program, and implemented as a wrapper for Ispell. Spell accepts as its arguments a list of files to read from. Within that list, the magical file name `-' causes Spell to read from standard input. In addition, when called with no file name arguments, Spell assumes that it should process standard input.
aspell
GNU Aspell spell-checker
GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. Aspell is designed to be a drop-in replacement for Ispell.