Search Results

Search: Posts Made By: vmenon
2,915
Posted By Yoda
An awk approach: awk -F'\t' ' NR ==...
An awk approach:
awk -F'\t' '
NR == FNR {
A[$1] = $2 "," $3
next
}
$1 in A {
n = split( A[$1], V, "," )
...
Showing results 1 to 1 of 1

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