Re: Put two line together (make one line)

Davide Brini <[email protected]>
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
On Sat, 18 Aug 2012 19:11:40 +0200, Davide Brini <[email protected]> wrote:

> sed '1d;$d;N'

Obviously this should be:

sed '1d;$d;N;s/\n/ /'

(or whatever separator you want to use instead of the space)

-- 
D.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.