📜  带有 if 的 bash 循环 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.713000             🧑  作者: Mango

代码示例1
-eq # equal
-ne # not equal
-lt # less than
-le # less than or equal
-gt # greater than
-ge # greater than or equal