mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +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!