summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man1/echo.1
blob: 3500b412de2c38a8b6f10fe1db3c6404071f4c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH ECHO 1 
.SH NAME
echo \- print arguments
.SH SYNOPSIS
.B echo
[
.B -n
]
[
.I 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.
.SH SOURCE
.B /sys/src/cmd/echo.c