Search Results

Search: Posts Made By: dennis.jacob
1,645
Posted By dennis.jacob
Another one in awk:: awk -F":" '{ print; }...
Another one in awk::

awk -F":" '{ print; } END { while((getline < "filename")>0) { var1+=$2;var2+=$3;var3+=$4; } print "t:"var1":"var2":"var3; }' filename
Showing results 1 to 1 of 1

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