The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 -->
  #3 (permalink)  
Old 10-10-2008
id4forum id4forum is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 3
Let me clear my doubt....I am searching for pattern A, once I get that pattern in file I get that entire line and extract its $i field(pattern B) in one variable(its known in advance) and again start search for pattern B from start of the file. I am using awk.

Thanks,