10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
COMMAND echo
|
|
USAGE [TEXT]...
|
|
DESCRIPTION Concatenates and prints text to the standard output.
|
|
ARG1 TEXT
|
|
ARG1DESCRIPTION Text to print.
|
|
EXAMPLE1 echo test
|
|
EXAMPLE2 echo Hello World!
|
|
EXAMPLE1DESCRIPTION Prints "test" to the standard output.
|
|
EXAMPLE2DESCRIPTION Prints "Hello World!" to the standard output.
|