The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-15-2008
Wolja's Avatar
Wolja Wolja is offline
Registered User
 

Join Date: Feb 2002
Posts: 15
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.
Reply With Quote