Hello lejeczek,
On Wed, 19 Apr 2023 08:10:16 +0200 lejeczek wrote:
> On 19/04/2023 08:04, wwp wrote:
> > Hello lejeczek,
> >
> >
> > On Wed, 19 Apr 2023 07:50:29 +0200 lejeczek via CentOS
> > wrote:
> >
> >> Hi guys.
> >>
> >> I cannot wrap my hear around this:
> >>
> >> -> $ unset _Val;
On 19/04/2023 08:04, wwp wrote:
Hello lejeczek,
On Wed, 19 Apr 2023 07:50:29 +0200 lejeczek via CentOS
wrote:
Hi guys.
I cannot wrap my hear around this:
-> $ unset _Val; test -z ${_Val}; echo $?
0
-> $ unset _Val; test -n ${_Val}; echo $?
0
-> $ _Val=some; test -n ${_Val}; echo $?
0
Hello lejeczek,
On Wed, 19 Apr 2023 07:50:29 +0200 lejeczek via CentOS
wrote:
> Hi guys.
>
> I cannot wrap my hear around this:
>
> -> $ unset _Val; test -z ${_Val}; echo $?
> 0
> -> $ unset _Val; test -n ${_Val}; echo $?
> 0
> -> $ _Val=some; test -n ${_Val}; echo $?
> 0
>
> What is
Hi guys.
I cannot wrap my hear around this:
-> $ unset _Val; test -z ${_Val}; echo $?
0
-> $ unset _Val; test -n ${_Val}; echo $?
0
-> $ _Val=some; test -n ${_Val}; echo $?
0
What is this!?
How should two different, opposite tests give the same result
Is there some bash option which affects tha
4 matches
Mail list logo