#!/bin/bash if [[ "$1" == "David" && "$2" == "Vajda" ]] then echo "Ich bin es" elif [[ "$1" == "David Vajda" && -z "$2" ]] then echo "Ich bin es" elif [[ "$"]]