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-history-cn/history.md

568 B

通过history命令可以打印命令历史。

history{{execute T2}}

使用参考

history -h{{execute T2}}

[arthas@48]$ history -h
 USAGE:
   history [-c] [-h] [n]

 SUMMARY:
   Display command history

 EXAMPLES:
   history
   history -c
   history 5

 OPTIONS:
 -c, --clear                          clear history
 -h, --help                           this help
 <n>                                  how many history commnads to display

显示指定数目的历史

history 5{{execute T2}}

清除历史

history -c{{execute T2}}