Thanks for this. The paste command is the one that works for me. The awk script outputs just one consecutive line but this might be how I've created my file...
I'm not sure how my original file was constructed but I've tried the awk one again and it works.. I do like the awk solutions because I really want to unravel the power of the language but I seem to be missing the quicker & simpler solutions in the process!
Thanks, pondlife
I've just realised why the awk command didn't work for me the first time - i'd put a space between the quotes of the RS declaration. i.e. RS=" " instead of the correct RS="".