![]() |
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 |
| Problem with csh script | rahulrathod | Shell Programming and Scripting | 4 | 02-21-2008 12:38 PM |
| Problem starting a script from a 'main'-script | Rakker | UNIX for Dummies Questions & Answers | 3 | 06-28-2005 09:12 AM |
| problem with a script | Lestat | Shell Programming and Scripting | 4 | 06-13-2005 01:30 PM |
| script problem | Bab00shka | Shell Programming and Scripting | 4 | 09-16-2002 11:21 AM |
| problem with ftp script...please help | vancouver_joe | UNIX for Advanced & Expert Users | 2 | 11-22-2001 07:47 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
script problem
How could I write a script to combine the like check numbers and add their charges, to create one line per check number with a total charge. example of lines:
check # check date charge 11211 01/03/06 10.00 11212 01/03/06 15.00 11212 01/03/06 20.00 11212 01/03/06 15.00 11213 01/03/06 5.00 11213 01/03/06 10.00 I want the script to make the lines look like this: check # check date charge 11211 01/03/06 10.00 11212 01/03/06 50.00 11213 01/03/06 15.00 I'm not sure on the logic OR how to write it. I have AIX 4.3, Korn shell, and DBC utilities such as reformat, sort, etc..Thanks for any help. Tommy Last edited by tdavenpo; 01-04-2006 at 10:54 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|