Hi,
I hv a file with the following contents (eg):
ABCDEF
1234567
GHIJ
23456
What command can I use to modify the file contents to become the following:
ABCDEF 1234567
GHIJ 23456
i.e. the 2nd line will join the 1st line, and so on.
Can someone pls help? Thanks a lot!
I hv a file with the following contents (eg):
ABCDEF
1234567
GHIJ
23456
What command can I use to modify the file contents to become the following:
ABCDEF 1234567
GHIJ 23456
i.e. the 2nd line will join the 1st line, and so on.
Can someone pls help? Thanks a lot!