📜  bash if equal - Shell-Bash 代码示例

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

代码示例1
Use == operator with bash if statement to check if two strings are equal.
You can also use != to check if two string are not equal.
You must use single space before and after the == and != operators.