mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
423 B
Markdown
7 lines
423 B
Markdown
5 years ago
|
|
||
|
If you want to execute the previous command again, you can match the previous command by pressing `Up/↑` or `Ddown/↓` when you enter halfway.
|
||
|
|
||
|
For example, if `sysenv USER` was executed before, then after entering `sysenv US`, you can type `Up/↑`, and it will be automatically completed as `sysenv USER`.
|
||
|
|
||
|
If you want to see all the history commands, you can also view them with the `history`{{execute T2}} command.
|