echo
===
[`echo` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=en&id=command-echo)
> write arguments to the standard output.
```bash
$ echo 'hello'
```