LMLPHP后院

shell 逻辑运算符

逻辑运算符

  • && 与
  • || 或

示例:

if [ -d $HOME ] && [ -f $HOME/work ]
then
  //
fi
2025-08-31 22:47:11 1756651631 0.008753