- https://[ hostname ]/software/bash/manual/html_node/[ hostname ]
Customize bash history HISTTIMEFORMAT¶
echo "export HISTTIMEFORMAT="%Y-%m-%d %T " > ~/.bashrc.d/[ hostname ]
Save your current bash terminal history and reload from other sessions¶
Instead of closing your terminal emulator
history -a && history -r