echo

Name

echo -- display a line of text

Synopsis

echo [STRING]... 

Description

Unlike the behavior specified in the SUS, whether echo supports options is implementation defined. Applications should not run echo with a first argument starting with a hyphen, or with any arguments containing backslashes; they should use printf in those cases.