Linux CMD Tool series-history & Search Command history

Source: Internet
Author: User

History cmd are 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

? -0

5. Execute the last cmd, which starts with "string"

! string

6. Execture the last cmd, that contains "string"

!? string?

7. Execute the "CommandName" with any of the args used on your last cmd

CommandName!*
Search Command History

With ctrl-r then type the command name you used last time, you'll 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 series-history & Search Command history

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.