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