15 lines
272 B
Groff
15 lines
272 B
Groff
.TH ECHO 1 sbase\-VERSION
|
|
.SH NAME
|
|
echo \- print arguments
|
|
.SH SYNOPSIS
|
|
.B echo
|
|
.RB [ \-n ]
|
|
.RI [ string ...]
|
|
.SH DESCRIPTION
|
|
.B echo
|
|
prints its arguments to stdout, separated by spaces and terminated by a newline.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-n
|
|
Do not print terminating newline.
|