Search Results

Search: Posts Made By: radoulov
20,951
Posted By radoulov
Another Awk solution: awk 'END { for (k in...
Another Awk solution:

awk 'END { for (k in min)
printf "%s %s\n%s %s\n\n",
k, min[k], k, max[k] }
!x[$1]++ { min[$1] = $3 }
fmtd($3) > fmtd(max[$1]) { max[$1] = $3 }
fmtd($3) <...
Showing results 1 to 1 of 1

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