![]() |
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 |
| to find numbers in a string | fongthai | Shell Programming and Scripting | 12 | 11-22-2007 04:34 PM |
| program to find the uncommon numbers between two files. | salaathi | Post Here to Contact Site Administrators and Moderators | 2 | 10-31-2007 08:52 AM |
| to find numbers using awk | cdfd123 | Shell Programming and Scripting | 1 | 10-02-2007 12:19 PM |
| how to find port numbers a web server is listening to | laddu | IP Networking | 6 | 02-16-2007 09:40 AM |
| find 2 line numbers, grab text in between | Da_Duck | Shell Programming and Scripting | 11 | 09-26-2006 12:51 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to find a sum of multiple numbers
I have a command which returns some numbers as follows:
$ls -l ${dbname}.ix* | awk '{print $5 }' 929792 36864 57344 73728 53248 114688 How can I find the sum of those numbers by piping this output into 'awk' or some other editor/command? Thanks a lot -A |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|