2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00: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!