ladybird/Base/usr/share/man/man1/echo.md

20 lines
262 B
Markdown
Raw Normal View History

## 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!
```