What’s in your bash History? - O’Reilly ONLamp Blog
Very useful tip to analyze you bash history.
Tags: analyze, bash, blog, history, onlamp
This entry was posted
on Friday, January 5th, 2007 at 12:17 pm and is filed under linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
[...] After reading the tip I mentioned in my previous post I made some changes to my ~/.bashrc alias e32="$HOME/eclipse/eclipse321/eclipse" alias e33="$HOME/eclipse/eclipse33M4/eclipse" alias nb="$HOME/netbeans-5.5/bin/netbeans" JAVA_HOME=$HOME/jdk1.6.0 PATH=$JAVA_HOME/bin:$PATH:$HOME/bin: export PATH HISTFILESIZE=1000000000 HISTSIZE=1000000 HISTCONTROL=ignoredups shopt -s histappend INPUTRC=~/.inputrc [...]