Открытие дня
https://unix.stackexchange.com/questions/73498/how-to-cycle-through-reverse-i-search-in-bash
https://unix.stackexchange.com/questions/73498/how-to-cycle-through-reverse-i-search-in-bash
Unix & Linux Stack Exchange
How to cycle through reverse-i-search in Bash?
In the GNU bash shell, I can type Ctrl + R to search for a matching command previously run. E.g., if I type Ctrl + R and then "grep", it lists my last grep command, and I can hit Enter to...