Shell Flashcards
1
Q
What is an event designator ?
A
An event designator is a reference to a command line entry in the history list. Unless the reference is absolute, events are relative to the current position in the history list.
Examples:
!! (Last command)
!-1 (Last command)
…