Explain the difference between echo “$SHELL” and echo ‘$SHELL’.
$ echo "$SHELL" /bin/bash $ echo '$SHELL' $SHELL