or condition in shell script if loop code example Example: bash or if [ "$1" = "a.txt" ] || [ "$2" = "c.txt" ]; then # do smt... fi