bug-sed
[Top][All Lists]
Advanced

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

bug#32765: Bug when changing and adding line


From: Mohamed Akram
Subject: bug#32765: Bug when changing and adding line
Date: Tue, 18 Sep 2018 21:55:30 +0000

Hi,

Given the following command:

echo foo | sed '{
c\
bar
a\
baz
}'

GNU sed 4.4 prints:

bar

Expected (and on macOS):

bar
baz

Regards,
Mohamed





reply via email to

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