history -a

From wikieduonline
Jump to navigation Jump to search

-a	append history lines from this session to the history file
history -a; ls -al ~/.bash_history


Save every executed command to: ~/.bash_history

export PROMPT_COMMAND='history -a'

Related[edit]

history -c
history -r

See also[edit]

Advertising: