Search Results

Search: Posts Made By: rdrtx1
1,790
Posted By rdrtx1
awk -F"\t" ' NR==FNR {if (a[$5]++) b[$5]=$5;...
awk -F"\t" '
NR==FNR {if (a[$5]++) b[$5]=$5; next}
length(b[$5]) {if (!c[$NF]++) d++; print $0, d}
' file OFS="\t" file
Showing results 1 to 1 of 1

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