9front - general discussion about 9front
 help / color / mirror / Atom feed
* sed bug?
@ 2018-11-13 17:08 Joe M
  0 siblings, 0 replies; only message in thread
From: Joe M @ 2018-11-13 17:08 UTC (permalink / raw)
  To: 9front

Hello,

I am not sure if this is correct behaviour:
{echo test; echo test1; echo test2} | sed '1,/^test$/d' # has no output

This works fine, it outputs test2
{echo test; echo test1; echo test2} | sed '0,/^test1$/d'

Thanks



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-13 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 17:08 sed bug? Joe M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).