📄 spell

Size: 125 bytes
Path: //bin/spell
Modified: 2019-10-08 00:15:21
#!/usr/bin/sh

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

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