tuxtweaks.com
Command Line Basics: echo
How to use the Linux echo command. The echo command is used for sending text to the standard output. In most cases, the standard output is your terminal. For example, to print the word “echo” to your terminal output, enter the command echo echo.
Linerd