Answers for "record bash_history immediately"

0

record bash_history immediately

shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
Posted by: Guest on February-01-2022

Code answers related to "record bash_history immediately"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language