Consider the line echo SHELL. Which of the following quotes allows printing of the value of the SHELL variable by disabling the meaning of wildcards and then allowing command substitution?
1) echo '$SHELL'
2) echo "$SHELL"
3) echo $SHELL
4) echo \$SHELL