cat /usr/share/dict/words | awk 'BEGIN{srand();}{print rand()"\t"$0}' \ | sort -k1 -n | cut -f2- | awk 'NR <= 2 { print $1 }'