arthas/site/docs/en/doc/echo.md

12 lines
195 B
Markdown
Raw Normal View History

# echo
2020-04-08 11:32:45 +08:00
2020-08-07 18:28:00 +08:00
[`echo` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=en&id=command-echo)
2020-07-20 15:19:08 +08:00
::: tip
write arguments to the standard output.
:::
2020-04-08 11:32:45 +08:00
```bash
$ echo 'hello'
```