echo

echo#

Print arguments to stdout.

$ echo "hello"
$ echo -n "no newline"
$ echo -e "tab\there"
$ printf '%s\n' "value"