Bug 10416

Summary: sed -n l does not output anything
Product: Busybox Reporter: Steffen Nurpmeso <steffen>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.27.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Steffen Nurpmeso 2017-10-17 19:46:49 UTC
On AlpineLinux edge busybox/musl

  cat<<_EOT| sed -n l ^Jich^Jdu^Jdu    doof^Jwir    hier^J_EOT

prints

  ich$
  du\tdoof$
  wir doo\tf$

with GNU sed, but nothing at all with busybox sed(1).
Thank you.