![]() |
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 |
| Read the csv file and assign the values in to variable | rajbal | Shell Programming and Scripting | 11 | 06-27-2009 02:17 PM |
| How to sort a field in a file having date values | risshanth | Shell Programming and Scripting | 4 | 06-04-2008 06:03 AM |
| how do I pass or read values from file ? | nix-kid | Shell Programming and Scripting | 1 | 05-20-2008 02:04 PM |
| Korn Shell Script - Read File & Search On Values | run_unx_novice | Shell Programming and Scripting | 2 | 06-15-2005 08:20 AM |
| How can I read variable values from file? | redlotus72 | UNIX for Dummies Questions & Answers | 1 | 03-14-2005 05:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
read from a file and calculate values for a specified field
hi guys im running into a problem here im trying to calculate a sum a values from a field for example a hava a file caled <filename> and it has $3 fields, and i want toextract a group of values from field &1 and compute the sum of values from $3 accordingly this is my code so far...
awk -F: '{TEAMCOUNT[$2]=TEAMCOUNT[$2]+$3} { for ( i in TEAMCOUNT ) print TEAMCOUNT[i] " " i } ~ at the end when i execute it it seems that keep track of the count but it prints the value repetitively i want the sript to calculate the total value for example <keyword" <sum of total values> <keyword_1" <sum of total values for keyword_1> and so on guys any help or suggestion would be greatly appreciated thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|