|
I'm sure a google for regexp and egrep would answer the question
But given Unix manuals tend to assume you know the answer already :-P
you need to separate the two parts of the egrep by the one or more regexp. In this case egrep 'SCHEDULE.*PFTDGNIN' would work but given you should be able to do your homework yourself there's another bit you need to do.
|