AWK Wybierz drugie pole przechowywane w zmiennej
y=$(echo $x | awk '{print $2}')
echo $y
devops unicorn
y=$(echo $x | awk '{print $2}')
echo $y