Bug 10416 - sed -n l does not output anything
Summary: sed -n l does not output anything
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.27.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 19:46 UTC by Steffen Nurpmeso
Modified: 2017-10-17 19:46 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.