Command Substitution Used in a command: apt-get install linux-headers-`uname -r` Store into a variable: files_in_homedir=`ls ~` Store into an array: files_in_homedir=(`ls ~`)