[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54516: Sed help message error
From: |
Rolf Johns |
Subject: |
bug#54516: Sed help message error |
Date: |
Mon, 21 Mar 2022 22:47:17 -0400 |
Hello there,
Here's a random bug I just found:
sed|sed 's/sed/bob/g;'
This should replace the word sed in the help but it doesn't since the help
output is actually in the error pipe. With this version of the command
it'll work however, which proves this:
sed 2>&1|sed 's/sed/bob/g;'
So, is this a feature or a bug considering "sed --help" outputs in the
normal output pipe?
Thanks
- bug#54516: Sed help message error,
Rolf Johns <=