echo

The echo command is used to print text in your terminal.

echo "Hello, World"

echo

Note that the string to be printed here is "Hello world".

If it is a single world, like hello, you can safely ignore the quotation marks.

echo hello

echo

Last change: 2025-09-03, commit: 6636d47