echo
Display a line of text.
Examples
echo Hello, World!
Print 'Hello, World!' to the terminal.
echo $HOME
Display the value of the HOME environment variable.
Notes
This command affects only the current shell session.
Display a line of text.
echo Hello, World!
Print 'Hello, World!' to the terminal.
echo $HOME
Display the value of the HOME environment variable.
This command affects only the current shell session.