3.35. echo (echo args to console)

3.35.1. Usage

echo [-neao] STRING

3.35.2. Synopsis

Display a line of TEXT on the console.

3.35.3. 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

Previous topic

3.34. drvinfo (list compiled-in device drivers)

Next topic

3.36. edit (a small full-screen editor)

This Page