BreadCrumbs: History Command
History Command
From Luke Jackson
(Difference between revisions)
Revision as of 18:05, 4 January 2007
history -- Linux/Unix/Mac OS X find command
Contents |
[edit]
Introduction
You can use history to view a list of the commands executed during the current $SHEL session. It is very helpful when are you are typing a lot of complex commands.
[edit]
Syntax
history
[edit]
Usage
usage: history [-c] [-d offset] [n] or history -awrn [filename] or history -ps arg [arg...]
[edit]
Examples
[edit]
List All Entries
history
[edit]
Execute Entry
!<offset>
[edit]
Delete Entry
history -d <offset>