2015-03-27 17:22:48 +01:00
|
|
|
.Dd March 27, 2015
|
2015-01-31 14:20:02 +01:00
|
|
|
.Dt ECHO 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-23 23:49:24 +01:00
|
|
|
.Sh NAME
|
|
|
|
.Nm echo
|
|
|
|
.Nd print arguments
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 21:17:58 +01:00
|
|
|
.Nm
|
2015-01-23 23:49:24 +01:00
|
|
|
.Op Fl n
|
|
|
|
.Op Ar string ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-28 20:16:10 +01:00
|
|
|
writes each
|
2015-01-23 23:49:24 +01:00
|
|
|
.Ar string
|
|
|
|
to stdout, separated by spaces and terminated by
|
|
|
|
a newline.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl n
|
|
|
|
Do not print the terminating newline.
|
|
|
|
.El
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 17:22:48 +01:00
|
|
|
.St -p1003.1-2013
|
2015-01-23 23:49:24 +01:00
|
|
|
specification.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Op Fl n
|
|
|
|
flag is an extension to that specification.
|