ladybird/Base/usr/share/man/man1/echo.md
Sergey Bugaev fed96f455d Base: Write some initial man pages
It ain't much, but it's honest work!
2019-09-28 18:29:42 +02:00

262 B

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

$ echo hello friends!
hello friends!