04pallav
9/13/2017 - 10:01 PM

echo

echo

displays the message on screen 

[pallanan@ta-hrer-2b-1199b137]~% echo hello
hello
[pallanan@ta-hrer-2b-1199b137]~% echo "hello"
hello

echo $SHELL