Search Results

Search: Posts Made By: PRAMOD 96
11,152
Posted By RudiC
WHAT is not working for your case? ...
WHAT is not working for your case?



What code then have you got?



The approach of these fora could be "Teach me to do it myself" ("Hilf mir, es selbst zu tun"; is a quote from Maria...
11,152
Posted By RudiC
Inferring from lines 5 and 8, the division should...
Inferring from lines 5 and 8, the division should be done by constant 2, not the line count per key. Under the assumption that field 8, embedded in field separators, is NOT matched anywhere else in...
3,317
Posted By RudiC
How about awk 'NR==FNR{A[$2]=$3; B[$2]=$4;...
How about awk 'NR==FNR{A[$2]=$3; B[$2]=$4; C[$2]=$5; next} $5 in A {$5 = $5 FS A[$5] FS B[$5] FS C[$5]} 1' FS=, OFS=, b.dat a.dat
3,317
Posted By RudiC
It's YOUR logic! Except for the index...
It's YOUR logic! Except for the index corrections.

---------- Post updated at 11:44 ---------- Previous update was at 11:41 ----------

From file2, the first in input stream, identified by NR ==...
Showing results 1 to 4 of 4

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