Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
to calculate column total
Name: Nick Date: October 10, 2002 at 07:07:50 Pacific OS: unix CPU/Ram: 256
Comment:
Hi,
I need help. I have the following input file:
TT,23423.11 YIE,1290.45 SIA,23477.92 ... ...
I need a script that will sum up the value from the second column of this file and output a total value.
Summary: i need help! can someone help me please? i try to calculate date under unix (ksh)... example: todays date: 2003.07.23 date-5 = 2003.07.28 how can i do calculate? i know that it is not possible with th...
Summary: Hi Experts, Using unix-KSH script, we need to calculate the difference between two time intervals. for example; time_a=04:35:54 time_b=00:00:05 (pls. note that this shows only seconds) Now, the...
Summary: Hi - How can I use awk to take names (i.e. D,Liz W,Frank) listed in one row and display in a column? First and Last Name are seperated by a "," and a space defines each field. Example - Writing a she...