I have file containing around ~1400 lines. In each line there are infomation + in next line is next information which I want move "to previous" line (where is text)
I tried " for" changing into "\r |" - only that was coming to my head in that time.
For example here it's "structure" of my file:
T="topic 1"
for xxx@xxx.com
T="topic 2"
for yyy@yyy.com
I wanted move that to clear into that
T="topic 1" | for xxx@xxx.com
T="topic 2" | for yyy@yyy.com
