text processing rows to columns for a block
4
votes
4
answers
892
views
I have a file containing lists on Solaris:
List A
hi
hello
hw r u
List B
Hi
Yes
List C
Hello
I need to transpose the lists as shown below:
List A List B List C
hi Hi Hello
hello Yes
hw r u
How can I do this on Solaris?
Asked by John
(51 rep)
Sep 7, 2017, 10:44 AM
Last activity: Apr 9, 2019, 10:12 AM
Last activity: Apr 9, 2019, 10:12 AM