ausgabe dalam bash variabel speichern

variable1=$(command MeinCommand)
echo "$variable1"
AttractivePenguin