Try to get some statistics about used commands, usual options / parameters...
something like: history | awk '{print $2}' | sort | uniq -c | sort -n or even: cat .bash_history|perl -ne '/^(?:\.(0,2)\/)?[a-z0-9]+/&&$_{$&}++&&++$c}for(sort{$_{$a}<=>$_{$b}}keys%_){print sprintf"$_\t$_{$_}\t%2.2f%\n",($_{$_}*100/$c)' or whatever you came up with :-) Happy hacking :-) jac -- Josà Alves de Castro <[EMAIL PROTECTED]> Telbit - Tecnologias de InformaÃÃo