history命令:

history 3,显示最近使用的3条命令

[root@WebB-137 nginx-1.14.2]# history 3
  396  history -d 395
  397  history 10
  398  history 3
[root@WebB-137 nginx-1.14.2]#

使用397这条命令

[root@WebB-137 nginx-1.14.2]# !397
history 10
  390  history -d 389
  391  history
  392  history 5
  393  history -d 392
  394  history
  395  history 10
  396  history -d 395
  397  history 10
  398  history 3
  399  history 10

其他选项:

history -d 指定偏移量 删除历史命令

history -c 删除所有历史命令记录