Post

Visualizzazione dei post da agosto, 2023

append history to .bash_history at every command

 for all users, add this to the end of /etc/bash.bashrc PROMPT_COMMAND="history -a; $PROMPT_COMMAND"