append history to .bash_history at every command Ottieni link Facebook X Pinterest Email Altre app - agosto 24, 2023 for all users, add this to the end of /etc/bash.bashrc PROMPT_COMMAND="history -a; $PROMPT_COMMAND" Continua a leggere