Changes

From SME Server
Jump to navigationJump to search
406 bytes added ,  17:28, 14 August 2007
New page: ==Expand memory of you .bash_history== Expand the "memory of your .bash_history to 2000 lines adding this on your .bashrc: <pre> export HISTFILESIZE=2000 export HISTSIZE=2000 </pre> == Ea...
==Expand memory of you .bash_history==
Expand the "memory of your .bash_history to 2000 lines adding this on your .bashrc:
<pre>
export HISTFILESIZE=2000
export HISTSIZE=2000
</pre>

== Easy search using arrows ==
Create a .inputrc with :

<pre>"\e[A": history-search-backward
"\e[B": history-search-forward
</pre>

Next logon you'll be able to search command by start to write them and use up/down arrows.
147

edits

Navigation menu