Difference between revisions of "ECHO"

From Void-Byte
Jump to navigation Jump to search
(Created page with "== About == The echo command is used to write to the standard output. == Command == <code>echo [option] [argument]</code> == Examples == <code>echo -n Hello World!</code>")
 
(No difference)

Latest revision as of 14:26, 27 April 2020

About

The echo command is used to write to the standard output.

Command

echo [option] [argument]

Examples

echo -n Hello World!