Appraently this is not the best solution since everytime you will need to delete the contents. There is an variable that you can set to set history to 0 but if you just need to delete history everythime you logout just add the cat thing in .bash_logout if not there create it.
> > if you are using Bash shell, history of your > commands will be in > $HOME/.bash_history, remove the contents of the > file, but it will contain > only the history of previous session. > to remove the history of current session command is > "history -c". > > > [Ashish Desai] > __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

