Search Results

Search: Posts Made By: npk
1,310
Posted By RudiC
How about awk -vDT="$(date +'%d%b%Y')" ' ...
How about
awk -vDT="$(date +'%d%b%Y')" '
{sum2 += $2
sum3 += $3
sum4 += $4
sum5 += $5
}
END {GIGA=2^30
print DT, sum2/GIGA, sum3/GIGA,...
Showing results 1 to 1 of 1

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