IT

[Bash] Ternary operator in Bash

하마연구소장 2019. 2. 6. 13:43
728x90
반응형

echo $([ ${UID} == 501 ] && echo "true" || echo "false")


반응형