ECHO

From Void-Byte
Revision as of 14:26, 27 April 2020 by Bgrambo (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

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

Command

echo [option] [argument]

Examples

echo -n Hello World!