📅  最后修改于: 2022-03-11 14:50:17.451000             🧑  作者: Mango
# Using an exclamation point followed by a number is arguably the simplest use:
!636
# However, you can also run the last executed command directly without knowing its history number:
!!
# Or you can run two commands back:
!-2