![]() |
|
|
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 |
| How to pick values from column based on key values by usin AWK | repinementer | Shell Programming and Scripting | 16 | 07-24-2009 09:59 AM |
| how to read the column and print the values under that column | gemini106 | Shell Programming and Scripting | 6 | 03-28-2008 07:05 AM |
| How to check Null values in a file column by column if columns are Not NULLs | Mandab | Shell Programming and Scripting | 7 | 03-15-2008 09:57 AM |
| summing according to the column | ramky79 | UNIX for Dummies Questions & Answers | 2 | 02-28-2008 04:51 PM |
| 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 |
|
||||
|
summing values of a column
I have a file which contains data as below:
Code:
-----------------------------------------------------------------------------------------------
GSPWeb Statistics for the period of last 20 days
-----------------------------------------------------------------------------------------------
NBKID PAGE ACCESSED PAGE COUNT
-----------------------------------------------------------------------------------------------
nbk1j7o RMBS -> RMBSHome 1
nbk1j7o RMBS -> TradingStrategy 1
nbk2coz GSF -> GSFHome 1
nbk2coz RMBS -> AgencyCMO 1
nbk2coz RMBS -> PassThrough 102
nbk2coz RMBS -> Prepayment 135
nbk2coz RMBS -> RMBSHome 5
nbk2coz RMBS -> TradingStrategy 6
nbk2gdl GSF -> GSFHome 293
nbk2mcs RMBS -> TradingStrategy 1
nbk2mfb RMBS -> RMBSHome 41
nbk2w2w GSF -> GSFHome 1
For example output should contain: Code:
Total RMBS = 293 Total GSF = 295 ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|