lakukan perintah dalam perintah linux

#command $(other_command)
echo Hello $(who am i | cut -d' ' -f 1)
#output: Hello yourNAME
KeWols