How to copy the first row record in all the rows?
I have a file - RowIdDateName1 a212/10/23b3 c4 d5 e6 fand I want like this - I want to copy all the second line records in all the rows.RowIdDateName1 12/10/23a212/10/23b3 12/10/23c4 12/10/23d5 12/10/23e6 12/10/23f