| 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:18
-
-
Save Gen2ly/ff0cc686a907a1474ebd 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