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