bash if statement with or code example Example: bash or if [ "$1" = "a.txt" ] || [ "$2" = "c.txt" ]; then # do smt... fi