2006-10-20

Bash

HISTSIZE=5000

!n - nth command
!-n - nth command counting from the end
!! - previous command (!-1)

M-C-y - place the second word from previous command

No comments: