Using command history with the Korn shell

To display the command history list enter the command:

   history

This displays a list of commands numbered in the order in which you have used them. By default the previous 128 commands which you have used are saved.


Top document