Liste des Groupes | Revenir à cl lisp |
richard@cogsci.ed.ac.uk (Richard Tobin) writes:___________How about alphabetically backwards?$ awk 'BEGIN {for(i=97; i<=118; i++) printf("%c.*%c.*%c.*%c.*%c\n", i,>
i+1, i+2, i+3, i+4);}' | while read e; do grep -i $e
/usr/share/dict/words; done
Nice! That picked up "Kilimanjaro" which my more complicated Python
script missed, because it didn't case-fold.
Les messages affichés proviennent d'usenet.