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