#! /bin/sh grep -v "'" /usr/share/dict/words | shuf -n 2 | while read word; do echo -n "$word " done echo