summaryrefslogtreecommitdiff
path: root/util/sbase/echo.1
blob: 04ba8b9bed6b49be0cccf8dd8b268bde4729d21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.Dd October 8, 2015
.Dt ECHO 1
.Os sbase
.Sh NAME
.Nm echo
.Nd print arguments
.Sh SYNOPSIS
.Nm
.Op Fl n
.Op Ar string ...
.Sh DESCRIPTION
.Nm
writes each
.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
POSIX.1-2013.
.Pp
The
.Op Fl n
flag is an extension to that specification.