Search Results

Search: Posts Made By: anjaliANJALI
2,939
Posted By rdrtx1
awk -F'\t' ' {column_one[$1]=$1; gsub(" *[,|]...
awk -F'\t' '
{column_one[$1]=$1; gsub(" *[,|] *", ",");
if ($2 ~ /^PF/) {
if (! length(pf_string[$1,$2])) out_pf_string[$1]=out_pf_string[$1] $2 ",";
pf_string[$1,$2]=$2;
}
...
Showing results 1 to 1 of 1

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