The UNIX and Linux Forums  

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



Thread: Extrating Data
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-02-2006
gauravgoel gauravgoel is offline
Registered User
 

Join Date: Dec 2005
Location: India
Posts: 218
or if you are looking for all the rows with transaction code U1012, which is very unlikely to be the case
Quote:
grep '^U1012' input.txt > output.txt
Gaurav
Reply With Quote