![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| editing a file via a shell script ?? | jimmyc | Shell Programming and Scripting | 2 | 03-28-2008 12:21 PM |
| creating dynamic shell script | sundarkumars | Shell Programming and Scripting | 2 | 02-13-2008 11:28 AM |
| Dynamic variables within shell script | isingh786 | Shell Programming and Scripting | 2 | 01-25-2007 09:44 AM |
| Shell Script Run Interval to be dynamic | rahulrathod | Shell Programming and Scripting | 5 | 12-19-2005 06:18 PM |
| Editing a file in a shell script | jowpup | UNIX for Dummies Questions & Answers | 3 | 02-08-2005 04:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
dynamic editing using shell script
Hi,
I would like to edit an input data-file by changing a variable in it in steps: For ex: If my input file is 'big.in', then it has the following data: 2.54 0.01 0.5 0.0 My source code then reads this above line, executes and gives out some output. Then , I want to increment the value "0.01" in the above file by some step and the source code reads it again, executes and gives another output and so on... I can use Finding & replacing (ex: 's/0.01/0.02/g') to replace a previous value, but if there are 100 values I need to substitute, it becomes cumbersome..there must be a better way, like using a variable for finding and replacing... Any help would be appreciated Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|