![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change field seperator | onthetopo | Shell Programming and Scripting | 2 | 05-11-2007 09:11 AM |
| sed command to change 2nd field | Julius | Shell Programming and Scripting | 4 | 10-08-2006 05:30 AM |
| Moving Part of a field to another field using AWK | rjsha1 | Shell Programming and Scripting | 5 | 08-04-2006 02:39 AM |
| Sed insert and Change lines help needed | JunkYardWars | Shell Programming and Scripting | 2 | 03-24-2006 02:50 AM |
| add increment field when first field changes | azekry | Shell Programming and Scripting | 2 | 11-14-2005 01:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to create simple awk program data such as below:
input: 1 23 1 34 1 12 2 10 2 11 2 12 3 11 3 12 3 13 expected output: 1 23 1 34 1 12 EOD 2 10 2 11 2 12 EOD 3 11 3 12 3 13 EOD Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Is this a homework requirement?
Regards |
|
#3
|
|||
|
|||
|
Yes, it is. So please help. Thanks
|
|||
| Google The UNIX and Linux Forums |