HOME


sh-3ll 1.0
DIR:/bin/
Upload File :
Current File : //bin/spell
#!/usr/bin/sh

# aspell list mimics the standard unix spell program, roughly.

cat "$@" | aspell list --mode=none | sort -u