bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the "-e" command line argument is not recognized


From: David
Subject: Re: the "-e" command line argument is not recognized
Date: Wed, 16 Feb 2022 21:22:20 +1100

On Wed, 16 Feb 2022 at 19:51, Viktor Korsun <bitekas@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

[Prev in Thread] Current Thread [Next in Thread]