awk Wählen Sie das zweite Feld in einer Variablen aus
y=$(echo $x | awk '{print $2}')
echo $y
devops unicorn
y=$(echo $x | awk '{print $2}')
echo $y