Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/shell/bash_hist1.html
Дата изменения: Fri Jan 17 12:43:21 1997 Дата индексирования: Tue Oct 2 01:30:28 2012 Кодировка: |
By default only the previous command is saved in the command history list.
Set the environment variable HISTSIZE. For example:
HISTSIZE=50;export HISTSIZE
This will keep a history of the fifty (50) most recent commands that you have used.