In the official documentation the AS_IF macro is described pretty much like:
Macro: AS_IF (test1, [run-if-true1], ..., [run-if-false])
How can I make test1 include several conditions? (combination of "logical and" and "logical or")
Thanks
In the official documentation the AS_IF macro is described pretty much like:
Macro: AS_IF (test1, [run-if-true1], ..., [run-if-false])
How can I make test1 include several conditions? (combination of "logical and" and "logical or")
Thanks
Copyright © 2021 Jogjafile Inc.
The
test1is just a bash command. So it should be used as a regular bash code. For example: