usr/bin/spell 0000755 00000000172 15173327715 0007205 0 ustar 00 #!/bin/sh
# aspell list mimicks the standard unix spell program, roughly.
cat "$@" | aspell list --mode=none | sort -u