echo

echo [message]

Prints the specified message to the console.

Example Usage

echo Hello, world!

This command will print:

Hello, world!

Last updated