This command will repeat back the string that you have entered. It is used in scripting to print text. It supports $variable parsing.
echo [message]
echo Hello world!: Prints specified text to console
echo Hello world!
echo: Prints a new line
echo
Last updated 1 year ago