首页 > 系统服务 > 详细

Linux Cmd Tool 系列之—history & search command history

时间:2016-10-04 01:24:53      阅读:414      评论:0      收藏:0      [点我收藏+]

History cmd is for list Bash‘s log of the historical cmd you typed

1. List last n commands

history n

2. Execute cmd No.n

!n

3. Execute last cmd

!!

or

!-1

4. Execute command n times before

!-n

5. Execute the last cmd that starts with "string"

!string

6. Execture the last cmd that contains "string"

!?string?

7. Execute the "commandName" with any args you used on your last cmd

commandName !*

Search Command History 

Use Ctrl-R then type the command name you used last time, you will see a console window like: 

(reverse−i−search)`:
  • Use Ctrl-R key combination to scroll backword through the history
  • Use Ctrl-R repeatedly to find every string you entered
  • Execute it after finding by [Enter]
  • Right or Left arrow keys to place the cmd on actual bash console

Linux Cmd Tool 系列之—history & search command history

原文:http://www.cnblogs.com/moong/p/5929811.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!