![]() |
|
|
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 |
| summing up iostat values in AIX | achak01 | Shell Programming and Scripting | 1 | 10-30-2009 11:20 AM |
| summing values of a column | mohsin.quazi | Shell Programming and Scripting | 3 | 08-24-2009 11:45 PM |
| Combine multiple string into 1 string group by certain criteria | whchee | Shell Programming and Scripting | 4 | 05-11-2009 04:28 AM |
| Summing amounts | mohan705 | Shell Programming and Scripting | 4 | 12-24-2008 07:13 AM |
| Summing on column | sbasetty | Shell Programming and Scripting | 2 | 02-07-2007 08:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Awk: Summing values with group criteria
Hi Guys,
I have a text file with ";" like separator F1;F2;F3;F4;F5 444;100041;IT;GLOB;1800000000 444;100041;TM;GLOB;1000000000 444;10300264;IT;GLOB;2000000000 444;10300264;IT;GLOB;2500000000 I have to sum the cullums F5 for same F2 and F3 collums The result must be: 444;100041;IT;GLOB;1800000000 444;100041;TM;GLOB;1000000000 444;10300264;IT;GLOB;4500000000 Thanks for your support. Regards Gianluca |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|