Archive for September 12th, 2007
Bash History
In case, history command does not save commands that you executed in the previous session, you can enable it by putting this in your .bashrc
export HISTFILE=~/.bash_history
CtrlR on bash prompt reads from the “history” itself.
So if history does not work, CtrlR also won’t work
Add comment September 12, 2007




