HISTSIZE
The maximum number of commands to remember on the history list.
If the value is 0,
**commands are not saved** in the history list.
Numeric values less than zero result in
every command being saved on the history list (there is no limit).
ดังนั้นสำหรับรายการประวัติอนันต์ให้:
HISTSIZE = (จำนวนน้อยกว่า 0 )
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
by removing the oldest entries.
The history file is also truncated to this size after
writing it when a shell exits.
If the value is 0,
**the history file is truncated to zero size.**
Non-numeric values and numeric values less than zero
inhibit truncation.
ดังนั้นสำหรับ.bash_history
ไฟล์ประวัติที่ไม่มีที่สิ้นสุดให้:
HISTFILESIZE = (บางจำนวนน้อยกว่า 0 )
export HISEFILESIZE=10000
(แม้ว่าดูเหมือนว่าคุณไม่ได้อยู่ในของคุณ.profile
ถ้า echos ทำงาน) ในกรณีที่มีคนดูที่นี่มันควรจะเป็นHISTFILESIZE