LMLPHP后院

shell 逻辑运算符

逻辑运算符

  • && 与
  • || 或

示例:

if [ -d $HOME ] && [ -f $HOME/work ]
then
  //
fi
2025-03-12 12:33:46 1741754026 0.010097