History
==============================
Clear History:
==============================
# cat /dev/null > ~/.bash_history && history -c
==============================
Hush:
==============================
# history -c && history -w
==============================
Display history with date/time:
==============================
# export HISTTIMEFORMAT="%h/%d - %H:%M:%S "
# history