tldr/pages/common/echo.md

187 B

echo

Print given arguments

  • Print text message. Note: quots are optional

echo Hello World or echo "Hello World"

  • Print message with variable $PATH

echo "My path is $PATH"