From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3f6a65dbbcf4623aadcdd4ccd4ea4ca3@krabbe.dyndns.org> To: <9fans@9fans.net> Date: Wed, 12 Aug 2015 09:58:16 +0200 From: Ingo Krabbe In-Reply-To: <881ffd69444ad67e5460b67e49092763@krabbe.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] p9p sed vs linux sed Topicbox-Message-UUID: 66514378-ead9-11e9-9d60-3106f5b1d025 > You mean perseus=; is your prompt? Strange. > > Actually sed is a line based command and should add a newline, imho. You can simply use tr -d '\n'. > > There are several quoting differences between plan9 sed and linux sed and I think the \+ operator doesn't work anyway in linux sed, but I might be wrong with this statement. ok, I remember that I had problems with the + operator with some linux command, but those seem to be gone on my system. the plan9 version of tr does not use '\n' of course but '\12' or '\x0a'.