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.
arthas/tutorials/katacoda/command-sysenv-cn/completion-of-history-comma...

395 B

支持通过TAB键自动补全

如果想再执行之前的命令,可以在输入一半时,按Up/↑ 或者 Ddown/↓,来匹配到之前的命令。

比如之前执行过sysenv USER,那么在输入sysenv US之后,可以输入Up/↑,就会自动补全为sysenv USER

如果想查看所有的历史命令,也可以通过 history{{execute T2}} 命令查看到。