echo
The echo
command is used to print text in your terminal.
echo "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.
echo hello
The echo
command is used to print text in your terminal.
echo "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.
echo hello