Ausgabe in variabler Speichern Bash
variable1=$(command MeinCommand)
echo "$variable1"
AttractivePenguin
variable1=$(command MeinCommand)
echo "$variable1"