history
[
options
]
Display the list of history events. (History syntax is discussed
earlier in "Command History.")
-
-h
-
Print history list without event numbers.
-
-r
-
Print in reverse order; show oldest commands last.
-
n
-
Display only the last
n
history commands, instead
of the number set by the
history
shell variable.
To save and execute the last five commands:
history -h 5 > do_it
source do_it