In linux, use ctrl + r to quickly search for the history Command.

Source: Internet
Author: User
Linux command line history is a well-known but not commonly used command, because to check the number of a command, you need to enter history | grepxxx, and because !? Xxx ,! Xxx is neither running nor running, and ctrl + r is much more convenient. Ctrl + r purpose: reverse search for executed commands. (Re... linux command line history is a well-known but not commonly used command, because to check the number of a command, you need to enter history | grep xxx, and because !? Xxx ,! Xxx is neither running nor running, and ctrl + r is much more convenient.

Ctrl + r
Purpose: reverse search for executed commands. (Reverse-I-search)

For existing history
611 ruby foo. rb
612 ruby bar. rb
613 ruby fo. rb
614 ruby ba. rb
615...
...
700...

Run ruby foo. rb without knowing the serial number.
1. ctrl + r
2. foo
Or
1. ctrl + r
2. fo
3. ctrl + r (continue reverse search)
Only a few keys are required. Of course, it would be more efficient if it was just a few commands or the [up] key.


From the column andy572633
Related Article

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.