echo - print the given text
$ echo [-n] text...
Print the given text, which is passed as argv, to the standard output, separating arguments with a space character.
-n
$ echo hello friends! hello friends!