hi
I have 1 file with this content
f1
g1
f2
g2
...
f10
g10
and I would like to make a file from it with this content
f1 g1
f2 g2
....
f10 g10
How to do it in easy way?
thanks
oliver
P.S.
I remember that I read somewhere that this is easily done with cat command. Something like
cat -2 fileName
but I can not find exactly how. Could somebody refresh my memory?
I have 1 file with this content
f1
g1
f2
g2
...
f10
g10
and I would like to make a file from it with this content
f1 g1
f2 g2
....
f10 g10
How to do it in easy way?
thanks
oliver
P.S.
I remember that I read somewhere that this is easily done with cat command. Something like
cat -2 fileName
but I can not find exactly how. Could somebody refresh my memory?