The "echo" command is a common command found in many command-line interfaces and scripting languages. It is used to display text or output messages to the console or terminal window . something like : echo [text]
in Linux , you can also writeline with echo. Its like : echo [text] > [file]