Deletes duplicates in .bash_history
If you don't save duplicates in .bash_history
export HISTCONTROL=ignoredups
go get github.com/usk81/ddh
# deletes duplicates in .bash_history
$ ddh
# show version
$ ddh verison
# help
$ ddh help
delete duplicates in .bash_history
Usage:
ddh [flags]
ddh [command]
Available Commands:
help Help about any command
version show version
Flags:
-h, --help help for ddh
Use "ddh [command] --help" for more information about a command.