Bang dollar-sign
!$ is the "end" of the previous command. Consider the following example: We start by looking for a word in a file- $ grep -i joe /some/long/directory/structure/user-lists/list-15
- $ vi !$
- $ vi /some/long/directory/structure/user-lists/list-15