I want my Unix file output, which has each value output on a new line, to be converted into grouped rows as shown below.
Say my output file in Unix looks like this:
jobname
userid
starttime
endtime
jobname2
userid
starttime
endtime
I want the output to be:
jobname1 userid starttime endtime
jobname2 userid starttime endtime