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 console

  • echo: Prints a new line

Last updated