Joining two space-separated files based on matching values in two different columns

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am new to this site. I have tried various solutions given in this site for this kind of problem and none of these are helping me out.
I have two files (space-separated, contains columns). Let me call the columns as A, B, C ....
File 1:
A B C D
File 2:
E B A F
I want to produce the merged file:
A B C D E
awk files join merge
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
I am new to this site. I have tried various solutions given in this site for this kind of problem and none of these are helping me out.
I have two files (space-separated, contains columns). Let me call the columns as A, B, C ....
File 1:
A B C D
File 2:
E B A F
I want to produce the merged file:
A B C D E
awk files join merge
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new to this site. I have tried various solutions given in this site for this kind of problem and none of these are helping me out.
I have two files (space-separated, contains columns). Let me call the columns as A, B, C ....
File 1:
A B C D
File 2:
E B A F
I want to produce the merged file:
A B C D E
awk files join merge
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am new to this site. I have tried various solutions given in this site for this kind of problem and none of these are helping me out.
I have two files (space-separated, contains columns). Let me call the columns as A, B, C ....
File 1:
A B C D
File 2:
E B A F
I want to produce the merged file:
A B C D E
awk files join merge
awk files join merge
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 mins ago
Coder
1011
1011
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479200%2fjoining-two-space-separated-files-based-on-matching-values-in-two-different-colu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password