Logo
Web01
Ch4os1@web01:~/commands/echo
← View all bash commands

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.