mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
288 B
288 B
echo
Use echo
to repeat arguments back to the user
Examples
> echo Hello world
───┬───────
# │
───┼───────
0 │ Hello
1 │ world
───┴───────
> echo "Hello, world!"
Hello, world!