AWK Pilih bidang kedua yang disimpan dalam variabel
y=$(echo $x | awk '{print $2}')
echo $y
devops unicorn
y=$(echo $x | awk '{print $2}')
echo $y