echo - echo args to console

Usage

echo [-neao] STRING

Synopsis

Display a line of TEXT on the console.

Options

-n do not output the trailing newline
-e recognize escape sequences
-a FILE append to FILE instead of using stdout
-o FILE overwrite FILE instead of using stdout

Table Of Contents

This Page