The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-07-2005
pondlife pondlife is offline
Registered User
 

Join Date: May 2004
Location: UK
Posts: 74
Searching for this OR that...

Hi,

I think this is what you're after:

awk '/4588281/ || /4588282/ || /4588283/ { print $0 }' test

Where test is your input file.

HTH,

pondlife
Reply With Quote