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

Re: Bash true/false builtings undocumented? "false" not working?



Zenaan Harkness (2018-08-17):
> But whilst the subsequent list of Bash builtin commands DOES include
> entries for ":" (the very first entry) and "test", it appears to fail
> to include entries for "true" and for "false".

Maybe because it does the same thing as the standard and non-builtin
true and false?

> $ test $? &&

Stop right there. "test $?" does not do what you think it does.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature


Reply to: