Skip to content

Instantly share code, notes, and snippets.

@04pallav
Last active September 22, 2017 22:51
Show Gist options
  • Save 04pallav/ae5a18aa4125cddd27394cd1344f590a to your computer and use it in GitHub Desktop.
Save 04pallav/ae5a18aa4125cddd27394cd1344f590a to your computer and use it in GitHub Desktop.
echo
displays the message on screen
[pallanan@ta-hrer-2b-1199b137]~% echo hello
hello
[pallanan@ta-hrer-2b-1199b137]~% echo "hello"
hello
echo $SHELL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment