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

12 lines
150 B
Markdown

# echo
Use `echo` to repeat arguments back to the user
## Examples
```shell
> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!
```