summaryrefslogtreecommitdiff
path: root/man/1/echo
blob: e7c9641363ea7cc967f998c5b985e903f0b0ad05 (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
28
29
30
31
32
.TH ECHO 1
.SH NAME
echo \- print arguments
.SH SYNOPSIS
.B echo
.RB [ \-n ]
.RI [ "arg ..." ]
.PP
.B load echo
.br
.B echo
.RB [ \-n ]
.RI [ "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.
.PP
A version of
.I echo
can optionally be loaded into the Shell
.IR sh (1)
if need be, to make shell scripts a little faster.
.SH SOURCE
.B /appl/cmd/echo.b
.br
.B /appl/cmd/sh/echo.b
.SH SEE ALSO
.IR sh (1)