010-160 - LPI Linux Essentials Basic Scripting Concepts Questions and Answers
A shell script contains the following lines: MY_VAR="Linux System" echo "I am learning about the '$MY_VAR'" echo "I am learning about the \"$MY_VAR\"" What is the output when this script is executed?