Linux !的使用

转自:https://www.linuxidc.com/Linux/2015-05/117774.htm

一、history   

78 cd /mnt/
79 ls
80 cd /
81 history
82 ls
83 ls /mnt/

  !78   相当于执行cd /mnt

  !-6   也相当于执行cd /mnt

二、!$

  cd /mnt

  ls !$ 相当于执行 ls  /mnt

posted @ 2018-06-22 09:25  Presley  阅读(111)  评论(0编辑  收藏  举报