hi rich,
.profile has no effect for this issue,
only the entry in .bashrc has any effect.
by the way,
export HISTCONTROL=ignoredups,erasedups
has no effect, too.
does someone know whether the syntax
export HISTCONTROL=ignoredups,erasedups
or
export HISTCONTROL=ignoredups:erasedups
is the correct entry?
this is the last version of my
.bashrc
source /usr/local/etc/bashrc
export HISTCONTROL=ignoreboth,erasedups
export HISTSIZE=1000
export HISTFILESIZE=1000000
thank you for your contributions.