I have 100 lines with 1 column. Data like this
line1
line2
line3
.
.
.
line100
I want output like this
line1 line11 line21 ... line91
line2 line12 line22 ... line92
line2 line13 line23 ... line93
line4 line14 line24 ... line94
.
.
.
line10 line20 line30 ... line100
Does anyone help me how to do like this.
Thank you very much.
Where file_name is the name of the file that you wish to convert.