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 -->
  #1 (permalink)  
Old 05-27-2009
mohan705 mohan705 is offline
Registered User
  
 

Join Date: Feb 2007
Posts: 134
Flat file manipulation

Hi
I have flat file with 100 records ,I need to fabricate data into flat file .

ex:
Code:
file.txt

102345  1000 200  300
...............................
..............................
102346  2000 300  4000


In above file the 4th row, 1 st column valu to be increment by 1 
and rest of the values are same for 1000 lines. 

102347  2000 300  4000

102348  2000 300  4000
Thanks in advance
MR

Last edited by vbe; 05-27-2009 at 11:04 AM..