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

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.
hello

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

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.
hello
