macOS / binaries /

echo

/bin/echo
Write arguments to the standard output

The echo utility writes any specified operands, separated by single blank (' ') characters and followed by a newline ('\n') character, to the standard output.

source: man