Ubuntu Forums Archive Viewer

[SOLVED] Why does 'echo $shell' display blank screen?

Archived thread 1000521 from New to Ubuntu. Markdown source: New_to_Ubuntu/thread_1000521_[SOLVED]_Why_does_'echo_$shell'_display_blank_scre.md

Original URL About this archive
#1

I am running intrepid (8.10) on a live CD, and the echo command is working strangely. If I type 'echo $shell' or certain other commands where text output should be displayed, nothing but a blank line is printed. Could the reason for this be that I am running from a disk, and not from a full installation?

Thanks, -Lee

#2
echo $SHELL

The variable is case-sensitive.

#3

Thank you so much!!

How embarrassing. :)