COHERENT help

This page displays the COHERENT help information for echo.

Listing of available help pages


echo -- Repeat/expand an argument

echo [-n] [argument ...]

Option:
     -n        Do not print terminal newline

Copies all command arguments to the standard output, with the following
special-character sequences being replaced with the equivalent ASCII character:
     \b        Backspace
     \c        Print line without a newline (like -n option)
     \f        Formfeed
     \n        Newline
     \r        Carriage return
     \t        Tab
     \v        Vertical tab
     \\        Backslash
     \nnn      nnn is octal value of desired character