Bash History
September 12, 2007
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
Entry Filed under: Uncategorized. .





Trackback this post | Subscribe to the comments via RSS Feed