plan9port/man/man1/echo.1

27 lines
429 B
Groff
Raw Normal View History

2004-04-10 18:53:55 +00:00
.TH ECHO 1
.SH NAME
echo \- print arguments
.SH SYNOPSIS
.B echo
[
.B -n
]
[
.I arg ...
]
.SH DESCRIPTION
.I Echo
writes its arguments separated by blanks and terminated by
a newline on the standard output.
Option
.B -n
suppresses the newline.
.SH SOURCE
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/echo.c
2004-04-10 18:53:55 +00:00
.SH DIAGNOSTICS
If
.I echo
draws an error while writing to standard output, the exit status is
.LR "write error" .
Otherwise the exit status is empty.