📜  if shell 中的多个条件 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:22.037000             🧑  作者: Mango
代码示例1
if [ -f "tmp/active_arl_list" ] || [ -f "tmp/inactive_arl_list" ]
then
rm tmp/{a,b}
fi