Files
2025-04-27 18:25:12 +03:00

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.