Search Results

Search: Posts Made By: Flebman
2,456
Posted By rdrtx1
awk ' NR > 1 { if (!id1[$2]++)...
awk '
NR > 1 {
if (!id1[$2]++) {ids[idc++]=$2; len[$2]=$4;}
for (i=$5; i<$6; i++) if (!value[$2,i]++) coverage[$2]++;
}
END {
for (i=0; i<idc; i++)
printf "%d --- %d / %d =...
Showing results 1 to 1 of 1

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