Answers for "multiple conditions in if shell"

1

multiple conditions in if shell

if [ -f "tmp/active_arl_list" ] || [ -f "tmp/inactive_arl_list" ]
              then 
                    rm tmp/{a,b}
    fi
Posted by: Guest on August-12-2021

Code answers related to "multiple conditions in if shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language