@manu's perl script works fine, thanks. But I use this:
awk '!x[$0]++' .bash_history > .bash.tmp && mv -f .bash.tmp .bash_history -- bash HISTCONTROL=erasedups should erase duplicates from history file before saving https://bugs.launchpad.net/bugs/189881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
