How can I find all English words whose second and third letters are E
and Q (e.g. sequence)?

Back in the Old Days(TM), Unix had a dictionary file which easily
could be grep'ed for such information:

$ grep -i '^.eq' /usr/share/dict

How does one do it These Days(TM)?  Can it be done at the command
line?  Can it be done with Google?

Regards,
- Robert

--~--~---------~--~----~------------~-------~--~----~
Central West End Linux Users Group (via Google Groups)
Main page: http://www.cwelug.org
To post: [email protected]
To subscribe: [email protected]
To unsubscribe: [email protected]
More options: http://groups.google.com/group/cwelug
-~----------~----~----~----~------~----~------~--~---

Reply via email to