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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #8 (permalink)  
Old 10-22-2008
rahulkav rahulkav is offline
Registered User
  
 

Join Date: Aug 2008
Location: Reading, UK
Posts: 11
Hi All, ths for you replies. sed -n '/Date/,/Date/p' filename | sed '/Date/d' is giving me exact output as needed.