# cursor to the front ctrl + a # cursor at the end ctrl + e # clear the current cmd ctrl + u # Exit or Stop cmd ctrl + c
#command $(other_command) echo Hello $(who am i | cut -d' ' -f 1) #output: Hello yourNAME