Hey guys, I am just getting my feet wet with Linux, and am using Ivy at the moment. Just wondering how I would go about editing a txt file which has the columns on different lines to put them into whole lines with columns i.e. Looks like this: 111111 111111 111111 111111 22222 22222 22222 22222 33333 33333 33333 33333 And I want it like this: 11111 22222 33333 11111 22222 33333 11111 22222 33333 etc. I am very fresh to this, and am messing about with grep and sed at the moment. Danke all!
open office version of excel to make columns then cut and paste into a txt file or am i missing something