ECHO (1B)

NAME

echo - (BSD) echo arguments

CONTENTS

Synopsis
Description
See Also
Notes

SYNOPSIS

/usr/ucb/echo [argument ...]

DESCRIPTION

Echo writes its arguments separated by blanks and terminated by a newline on the standard output.

Echo is useful for producing diagnostics in shell programs and for writing constant data on pipes. To send diagnostics to the standard error file, do 'echo ... 1>&2'.

SEE ALSO

printf(1)

NOTES

It is recommended for portability that printf(1) is used instead of echo if backslashes are to be printed or if the trailing newline is to be omitted.


Heirloom Toolchest ECHO (1B) 7/2/05
Generated by a modified version of manServer 1.07 from echo.1B using man macros.