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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-02-2009
meny meny is offline
Registered User
  
 

Join Date: Jul 2009
Location: Israel
Posts: 5
thanks mate, in order to use your solution i need another piece of the puzzle:
lets say that i know the first row number (e.g. 50) but i need to find out the number of the bigger one. the only clue i have is that row 100 is starting with certain string (x).
between 50-100 x appears only on the 100 row, though after 100 it appears on various rows. do you have an idea how can i locate the number of that row?
-----------------------------------------------------------------------
BTW i need this section for manipulating it in my bash script...
if you can help it will be highly appreciated.