Command | Description |
---|---|
HISTSIZE | Commands saved in memory number (default: 500) |
HISTFILESIZE | Commands saved in history file (default: 500) |
HISTCONTROL | erasedups: erase previous duplicates |
shopt -s histappend | History additions are appended rather than overwritten |
history -a | Adds to history immediately?! |
Created
September 12, 2014 21:20
-
-
Save Gen2ly/a30deb44791c5012766d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment