Use echo to repeat arguments back to the user
echo
> echo Hello world Hello world > echo "Hello, world!" Hello, world!