CTRL-R: reverse search in command history.
CTRL-S: forward search in command history.
To search for the next occurrence just press the appropriate key combination again.
Advertisements
CTRL-R: reverse search in command history.
CTRL-S: forward search in command history.
To search for the next occurrence just press the appropriate key combination again.
(Source: Java forum & Trouble shooting and debugging guide)
Blogged with Flock
sudo apt-get install rlfe
Adding the following line to ~/.bashrc
alias sqlplus=’rlfe sqlplus’
(Found on: Paul Done’s Blog @Dev2Dev)
Blogged with Flock