Skip to main content
deleted 37 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

Hi I have two files containing data: file1:

4,abc
3,xyz
5,fut
6,gfd

file2:

gfd,2.3
xyz,4.5
abc,6.7
fut,3.2

i wish to create a file3 as output file using linux scripting commands:

4,6.7
3,4.5
5,3.2
6,2.3

how do I use FR=NFR etc. awk scripting to do this I am a beginner in this languages.

Hi I have two files containing data: file1:

4,abc
3,xyz
5,fut
6,gfd

file2:

gfd,2.3
xyz,4.5
abc,6.7
fut,3.2

i wish to create a file3 as output file using linux scripting commands:

4,6.7
3,4.5
5,3.2
6,2.3

how do I use FR=NFR etc. awk scripting to do this I am a beginner in this languages.

Hi I have two files containing data: file1:

4,abc
3,xyz
5,fut
6,gfd

file2:

gfd,2.3
xyz,4.5
abc,6.7
fut,3.2

i wish to create a file3 as output file using linux scripting commands:

4,6.7
3,4.5
5,3.2
6,2.3

how do I use FR=NFR etc. awk scripting to do this

edited tags
Link
don_crissti
  • 85.6k
  • 31
  • 234
  • 262
Source Link
Sumit
  • 11
  • 1
  • 2

vlookup work in awk on linux

Hi I have two files containing data: file1:

4,abc
3,xyz
5,fut
6,gfd

file2:

gfd,2.3
xyz,4.5
abc,6.7
fut,3.2

i wish to create a file3 as output file using linux scripting commands:

4,6.7
3,4.5
5,3.2
6,2.3

how do I use FR=NFR etc. awk scripting to do this I am a beginner in this languages.