[Bash] Ternary operator in Bash

728x90

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


반응형

Designed by JB FACTORY