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