Hi members of forum,
I am currently studying on the topics of unix commands abt regexp,
have a question in an exercise that I would like to seek help:
grep 'pattern' /usr/share/dict/words
All words containing 'ae', abd beginning with a lower case letter. and not beginning with 'ae' and not ending with 'ae'
many tks.
daryl