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!
Last updated 1 month ago