mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
12 lines
150 B
Markdown
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!
|
|
``` |