exceptions
Posted 2003-03-17 @ 16:05:19
ksmith% grep '[^c]ei' /usr/share/dict/words | wc -w
2448
'I' before 'E', except after 'C', and the other 2448 words where it's 'E' before 'I'.
©2002-2008 kevin c smith
ksmith% grep '[^c]ei' /usr/share/dict/words | wc -w
2448
'I' before 'E', except after 'C', and the other 2448 words where it's 'E' before 'I'.