commit bash-20060427 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:47:41 -05:00
parent 0ad312a587
commit 3969cd9680
12 changed files with 397 additions and 18 deletions
+2 -1
View File
@@ -4543,7 +4543,8 @@ default value is @file{~/.bash_history}.
@item HISTFILESIZE
The maximum number of lines contained in the history file. When this
variable is assigned a value, the history file is truncated, if
necessary, to contain no more than that number of lines.
necessary, by removing the oldest entries,
to contain no more than that number of lines.
The history file is also truncated to this size after
writing it when an interactive shell exits.
The default value is 500.