9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
Usage: echo [TEXT]...
|
|
Concatenates and prints text to the terminal.
|
|
|
|
TEXT Text to print.
|
|
|
|
Examples:
|
|
echo test Prints "test" to the terminal.
|
|
echo Hello World! Prints "Hello World!" to the terminal.
|