Hello
Today i came across this neat feature but unfortunately i have a problem with
it.
~/.bashrc
<
export HISTCONTROL=erasedups
>
$ history
1 history
$ top
$ htop
$ top
$ htop
$ history
1 top
2 htop
3 history
i clos
Thilo Six wrote the following on 09.05.2007 23:20:
> Hello
sorry forgot to mention:
$ echo $BASH_VERSION
3.2.13(1)-release
--
i am on Ubuntu 2.6 KDE
- some friend of mine
gpg key: 0x4A411E09
___
Bug-bash mailing list
Bug-bash@gnu.org
h
Chet Ramey wrote the following on 10.05.2007 05:46:
> If you want to force the history file to be completely rewritten, you
> can use `history -w' at shell exit to rewrite it.
$ top
$ htop
$ top
$ htop
$ history
1 top
2 htop
3 history
$ history -w
in new shell:
$ history
1
Thilo Six wrote the following on 10.05.2007 18:56:
> OK then thank you and i would like to open a wishlist bug for it. ;)
...and in the interim we probably should add a notice to the manpage, that
erasedups currently deons“t work session persistent.
> bye Thilo
--
i am on Ubuntu 2