AWK SELECT Второе поле, хранящее в переменной
y=$(echo $x | awk '{print $2}')
echo $y
devops unicorn
y=$(echo $x | awk '{print $2}')
echo $y