SYNOPSIS
history
[
DESCRIPTION
history displays KornShell commands that you executed previously. These commands make up your command history.
By default, history displays a numbered list of the 16 most recent commands, from earliest to most recent. By specifying values for first and last, you can display a specified range of commands rather than the 16 most recent. For example,
history 1 10
displays commands 1 through 10.
The KornShell stores your command history in the file given by the variable HISTFILE. By default, this is sh_histo (.sh_history on POSIX and UNIX systems). The variable HISTSIZE gives the number of commands kept in the file; if HISTSIZE is not defined, the default is 128.
Options
-n -
displays the commands but not the command numbers.
-r -
displays commands in reverse order, from most recent to earliest.
history is an alias defined with
alias history='fc -l'
For further information, see fc.
ENVIRONMENT VARIABLES
- HISTFILE
-
contains the path name of the history file.
- HISTSIZE
-
gives the maximum number of previous commands that are accessible.
DIAGNOSTICS
Possible exit status values are:
- 0
-
Successful completion.
- 1
-
Failure due to any of the following:
- 2
-
An invalid command line option or argument.
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0. All UNIX systems. Windows 2000. Windows XP. Windows Server 2003. Windows Vista. Windows 7. Windows Server 2008. Windows 8. Windows Server 2012.
NOTE
This is an alias built into the MKS KornShell.
AVAILABILITY
MKS Toolkit for Power Users
MKS Toolkit for System Administrators
MKS Toolkit for Developers
MKS Toolkit for Interoperability
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
MKS Integrity
SEE ALSO
Using the MKS KornShell
MKS Toolkit 9.5 Documentation Build 3.