Re Run Cmds

Re-run commands

# of course there's
sudo !!
# but you can also do
!-N # where N is the Nth command (Relative)
# or
!N # for the N command in your history (Absolute)