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

2022-02-16 Thread Viktor Korsun
Thank you guys! Regards, Viktor Korsun, bite...@gmail.com On Wed, 16 Feb 2022 at 22:09, Alex fxmbsw7 Ratchev wrote: > > > On Wed, Feb 16, 2022 at 9:59 AM Andreas Schwab > wrote: > >> On Feb 16 2022, Viktor Korsun wrote: >> >> > runme.sh >> > #!/bi

the "-e" command line argument is not recognized

2022-02-16 Thread Viktor Korsun
runme.sh #!/bin/bash echo $0 echo $1 echo $2 echo $3 echo $4 echo $5 echo $6 command: ./runme.sh -q -w -e -r -t -y produced output: ./get_env.sh -q -w -r -t -y expected output: ./get_env.sh -q -w -e -r -t -y Regards, Viktor Korsun, bite...@gmail.com