mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
echo
|
|
===
|
|
|
|
[`echo`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn&id=command-echo)
|
|
|
|
> 打印参数,和linux里的echo命令类似。
|
|
|
|
|
|
```bash
|
|
$ echo 'hello'
|
|
``` |