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 -->
  #6 (permalink)  
Old 05-16-2008
summer_cherry summer_cherry is offline
Registered User
 

Join Date: Jun 2007
Posts: 338
Code:
sed -n '/ORA-5543/p;/ORA-1234/p' filename
Reply With Quote