Horje
reverse serach linux Code Example
reverse serach linux
CTRL + S

...solved it for me AFTER using...

stty -ixon
If CTRL+S doesn't work for you is because according to Vincenzo Pii's accepted answer in another related thread:

The problem is that this binding, in many terminals, is used by default to send the pause transmission code (XOF).

As in man stty:

[-]ixon
    enable XON/XOFF flow control
So, if you have this option enabled on your terminal (the output of stty -a contains ixon withouth the - sign in front), you cannot use CTRL+S in the context of reverse-i-search.

To disable it, use the following command:

stty -ixon
And CTRL+S will give you a (i-search) (non reverse).




Shell

Related
Enable GPIO serial port Code Example Enable GPIO serial port Code Example
how to move from one to another drive in powershell Code Example how to move from one to another drive in powershell Code Example
cannot find module 'cssnano' Code Example cannot find module 'cssnano' Code Example
login authentication in android using volley github Code Example login authentication in android using volley github Code Example
hack+0000000000000000000000000000000000000000+sha1+master+git Code Example hack+0000000000000000000000000000000000000000+sha1+master+git Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12