Linux_shell_整数二元比较操作符

[],test中使用 (()),[[]中使用 说明
-eq ==或=  equal
-ne != not equal
-gt > greater than
-ge >= greater equal
-lt < less than
-le <= less equal
  1. 通过英语来记忆会好很多
  2. 比较符号的两端一定要有空格  [ 3 > 4 ]
  3. [[]] 是 test 的拓展命令,更复杂。除了要用到正则表达式的时候,否则不建议使用。
上一篇:2021牛客多校5 G/nowcoder 11256 G Greater Integer, Better LCM


下一篇:button按钮提交表单信息