top | item 6159042 (no title) ksaua | 12 years ago > surely bash doesn't cache passwordsIt does if you're careless enough to type them out in clear text, e.g. when connecting to a mysql database: mysql -h host -u user -pMyPassword database discuss order hn newest ordinary|12 years ago Useful tip: with HISTCONTROL=ignorespace in your .bashrc, if you start a line with a space, it won't be entered into your history.
ordinary|12 years ago Useful tip: with HISTCONTROL=ignorespace in your .bashrc, if you start a line with a space, it won't be entered into your history.
ordinary|12 years ago