LMLPHP后院

shell 逻辑运算符

逻辑运算符

  • && 与
  • || 或

示例:

if [ -d $HOME ] && [ -f $HOME/work ]
then
  //
fi
2024-04-26 14:28:44 1714112924 0.009150