sed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Removing a newline


From: lostbits
Subject: Removing a newline
Date: Thu, 2 Nov 2023 12:21:57 -0700
User-agent: Mozilla Thunderbird

I have two lines. I want to append the 2nd line to the 1st and remove the intervening newline. I've run out of ideas as to how to do this, and yes, I've read the manual. Is there someway to do this?

Example:

Line1
Line2

after sed
Line1 <some inserted text|blanks> Line2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]