sbase/echo.1
Connor Lane Smith 8e26716a5a initial commit
2011-05-23 02:36:34 +01:00

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.