$[[ 0xdead -lt 0xcafe ]] && echo yes || echo no no $[[ 0xdead -gt 0xcafe ]] && echo yes || echo no yes
你通常只使用比较运算符……