Search Results

Search: Posts Made By: Don Cragun
2,143
Posted By Don Cragun
Before anamdev posted details of the desired...
Before anamdev posted details of the desired output in message #4 in this thread, I had a working script that produced very nicely formatted results giving the total of the USU-INOCT entries, the...
2,143
Posted By Don Cragun
Try: awk -F "[ =]" 'BEGIN{ f1 =...
Try:
awk -F "[ =]" 'BEGIN{
f1 = "USU-INOCT"
f2 = "USU-OUTOCT"
}
{ for(i = 1; i < NF; i++)
if($i == f1) s1 += $(i + 1)
else if($i ==...
Showing results 1 to 2 of 2

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