From: Constantin Date: Fri, 19 Jul 2013 16:05:38 +0000 (+0200) Subject: geht doch net :-( X-Git-Url: https://git.ralfj.de/multypo.git/commitdiff_plain/a3b03eee588a798498c5da563938690402ed302a geht doch net :-( --- diff --git a/play.sh b/play.sh index 5ee9b2d..f51371e 100755 --- a/play.sh +++ b/play.sh @@ -4,5 +4,5 @@ WORDSTOPLAY=10 -sort -R words.txt | fgrep -v \" | head -n $WORDSTOPLAY | ./game +sort -R dict.txt | egrep '^[A-Za-z]{5,}$' | head -n $WORDSTOPLAY | tr [:upper:] [:lower:]