Currently working in a directory containing only one file, Afile1. What is displayed after the following commands are entered in bash? # MYVAR=ls # echo $MYVAR "$MYVAR" '$MYVAR' '$MYVAR'
Reveal answer
Fill a bubble to check yourself
Currently working in a directory containing only one file, Afile1. What is displayed after the following commands are entered in bash? # MYVAR=ls # echo $MYVAR "$MYVAR" '$MYVAR' '$MYVAR'