History - display your command history
Basics
SYNTAX: history [<number>] The 'history' command will give you a list of the 64 most recent commands you have typed in. With the optional argument, you may elect to list fewer than the default 64 commands. The last 64 commands that you type in will be stored in a buffer for you to look at and use. Any command started with the percent sign is treated as a history command. %% Perform the last command again %n Perform the nth command again %<text> Perform the last command starting with <text>. e.g. %hel If there are any arguments to either of these commands then they are appended the command you'll be executing.