Search Results

Search: Posts Made By: alegnagrp
1,878
Posted By sathyaonnuix
Try this: cat file | awk '{ sum+=$1} END {print...
Try this:
cat file | awk '{ sum+=$1} END {print sum}'
1,878
Posted By Jairaj
Try this: awk '{sum+=$1} END {print sum}'...
Try this:

awk '{sum+=$1} END {print sum}' file
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy