2023-03-19 Shell Shell IF语法 SHELL IF 语法if [ -f file ]; then echo “yes yes yes”elif [ -z file ]; then echo “yes yes”else echo “nonono”fi Newer 命令 Older 集合