mirror of
https://github.com/nushell/nushell.git
synced 2025-01-28 17:18:59 +01: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!