I have 2 text files with the same number of rows, but there is no common column between my files. the first file has 9 columns and the 2nd one has 8 columns. both of them have 111557 rows. the order of rows in 2 files is the same, so I just want to simply merge them, which means I would have one text file with 17 columns.
This is the first column of the 1st .txt file (they are tab limited)
     chr1   HAVANA  gene    29554   31109   .   +   .
This is the 1st line of the 2nd .txt file(they are tab limited)
     ENSG00000243485.2  ENSG00000243485.2   lincRNA NOVEL   MIR1302-11  lincRNA NOVEL   MIR1302-11
 
     
    