Search Results

Search: Posts Made By: coder83
2,351
Posted By coder83
Thanks Chubler XL, It worked :)
Thanks Chubler XL,

It worked :)
2,351
Posted By coder83
Thanks Chubler XL The script is not working,...
Thanks Chubler XL

The script is not working, and gives the following error message.

illegal reference to array b
2,351
Posted By coder83
Computing the ratio of similar columns in the two files using awk script
Thanks Bartus11 for your help in the following code to compare the two files "t1" and "t2".

awk 'NR==FNR{a[$2]=1;next}$2 in a{print $2}' t1 t2

First can anyone explain that what is the...
1,456
Posted By coder83
Thanks Franklin52 for editing my request and...
Thanks Franklin52 for editing my request and Bartus11 for the script.

Bartus11, please can you explain the following parts of the script?

what is the meaning of this ' before NR==FNR

Why...
1,456
Posted By coder83
Comparing the two files using awk script
Hi all,
Can you please help me to find out that where is the problem in my script or either my way of writing the shell command on the prompt is not right? Actually, I want to compare the second...
Showing results 1 to 5 of 5

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