1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-01 23:55:50 +02:00
2019-10-01 06:14:56 -04:00

150 B

echo

Use echo to repeat arguments back to the user

Examples

> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!