echo


The echo command is used to print a line of text to stdout. In many cases this is used to initiate a command or pipeline with the contents of a text string.

Various options are supported, though most applications use the simple call signature:

echo {string}
·
·
·
·
·
·
·
ninja$: echo Hello World!
Hello·World!
ninja$: