# There are 2 way to store the STDOUT of a command in a variable result=$(echo "Hello World") # The second way to do it result=`echo "Hello World"`