On Wed, 16 Feb 2022 at 19:51, Viktor Korsun <bite...@gmail.com> wrote:

> produced output:
> ./get_env.sh
> -q
> -w
>
> -r
> -t
> -y
>
> expected output:
> ./get_env.sh
> -q
> -w
> -e
> -r
> -t
> -y

Hi, this behaviour is well known history and widely discussed.
You can search the web for "printf vs echo bash" and you
will find plenty of information.

Reply via email to