2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 04:33:38 +00:00
nushell/docs/commands/echo.md

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!