summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/echo.md
blob: d14033b9a530738b1ada61d100ecb972756b5417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Name

echo - print the given text

## Synopsis

`echo text...`

## Description

Print the given *text*, which is passed as argv, to the standard output,
separating arguments with a space character.

## Examples

```sh
$ echo hello friends!
hello friends!
```