Y
Hacker News
new
|
ask
|
show
|
jobs
by
_eigenfoo
1819 days ago
What do you use the history count for?
1 comments
compressedgas
1819 days ago
That tells one the index to use for !N to repeat that command
!! repeats the last command
!N repeats the command with that index in the history
link
!! repeats the last command
!N repeats the command with that index in the history