in reply to Re^2: Vowel search
in thread Vowel search
Jim:
Hey, guy, today a bit of playing with my grey matter suggests they may be fairly common.... ;^D
roboticus@sparky:~$ grep -i -E 'y[aeiou]|[aeiou]y' /usr/share/dict/ame +rican-english | wc -l 3244 roboticus@sparky:~$ wc -l /usr/share/dict/american-english 99171 /usr/share/dict/american-english
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Vowel search
by Jim (Curate) on Jun 12, 2014 at 18:00 UTC | |
by roboticus (Chancellor) on Jun 12, 2014 at 21:26 UTC | |
by Jim (Curate) on Jun 12, 2014 at 23:05 UTC |