Joining two consecutive lines using awk or sed

前端 未结 7 2001
一生所求
一生所求 2020-12-14 17:54

How would I join two lines using awk or sed?

for e.g.:

I have data that looks like this:

abcd
joinabcd
efgh
joinefgh
ijkl
j         


        
7条回答
提交回复
热议问题