I have two tab delimited files:
File 1: 12 rows and 1 column
File 2: 12 rows and 4 columns
I want to merge these two files i.e., I have a new file of 12 rows and 5 columns (last column should be from file 1.
Any suggestions for shell script
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
pastefor that: