I have a file with foll format:
key1
123
key2
345
I want to get it as:
key1 123
key2 345
I am trying a mix of seds , grep etc but not quite getting what I want. Any suggestions . I think deleteing "\n" on every odd row would also do the trick but can get that to work .