mirror of
https://github.com/danbulant/nushell
synced 2026-06-11 18:51:07 +00:00
150 B
150 B
echo
Use echo to repeat arguments back to the user
Examples
> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!