On Mon, Mar 13, 2017 at 2:07 AM, Bruno Haible <br...@clisp.org> wrote:
> the -e option is mandatory anyway when you use sed inside a pipe.

Hi Bruno,
I was surprised to read the above. What does it mean?
This works with GNU sed and no "-e" option:

  $ echo abc|sed s/b/X/|cat
  aXc

Reply via email to