The echo command is the standard shell command for printing text to stdout. While printf offers more formatting options, echo is the most basic and commonly used print command. 'print' is not a standard Unix shell command (it exists in some languages like Perl but not in bash/sh).