if [ "$1" = "a.txt" ] || [ "$2" = "c.txt" ]; then # do smt... fi
[[ ! EXPR ]] Not [[ X && Y ]] And [[ X || Y ]] Or