![]() |
|
|
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 |
| To convert multi format file to a readable ascii format | gaur.deepti | UNIX for Dummies Questions & Answers | 5 | 03-25-2008 03:03 PM |
| Need help to format a file | ratheesh | Shell Programming and Scripting | 2 | 02-13-2008 06:04 PM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Dummies Questions & Answers | 9 | 05-25-2007 09:26 AM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Advanced & Expert Users | 1 | 05-24-2007 07:40 AM |
| man format file | trynew | Shell Programming and Scripting | 3 | 10-07-2004 04:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I have an input which is like this
I have an input which is like this #RowNum ClassNUm Date Pass Mark1 Mark2 #------------------------------------------------------------ 0100 201 20070909 0 90 100 0100 203 20070909 1 100 100 0100 301 20070909 0 45 99 0100 231 20070909 1 67 50 0100 267 20070909 1 90 101 I want to modify the first entry as 0100 201 20071203 1 90 100 ie I want to change the date and the pass state of the first row only How to do that? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|