Command | Descripttion |
---|---|
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:17
-
-
Save Gen2ly/0f30949cea2ff959cfbe 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