在Java中,它看起来像这样:
int variable= (condition) ? 1 : 0;
variable=$(( 1 == 1 ? 1 : 0 ))
编辑:
我修改了原来的答案,只是echo’d条件运算符的值,它没有实际显示任何分配。