mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 08:52:54 +00:00
274 B
274 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!