Unique words determined by the uwds shell script:
uwds
cat $1 | sed 's/[[:space:]][[:space:]]*/\n/g' \ sed 's/^[^[:alpha:]][^[:alpha:]]*//' \ -e 's/[^[:alpha:]][^[:alpha:]]*$//' | sort | uniq
This page last modified on 24 January 2006.