1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 02:57:08 +01:00
nushell/docs/commands/echo.md
2019-10-01 06:14:56 -04:00

150 B

echo

Use echo to repeat arguments back to the user

Examples

> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!