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