Search Results

Search: Posts Made By: rdrtx1
1,906
Posted By rdrtx1
# input file is csv? # just awk?, try: awk...
# input file is csv?

# just awk?, try:
awk -F, '
{
sites[$1]=$1;
for (i=3; i>=1; i--) {
if ($4 >= max3[i,$1]) {
for (j=1; j<i; j++) {
...
Showing results 1 to 1 of 1

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