mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00: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!