alias dl='fc -s'
Veja link
!!
no bash executa o último comando. Eu acho muito difícil digitar, dado o quanto eu uso. alias
para o resgate, eu presumi.
Ou não. Eu tentei:
$ alias dl='!!' # Aliasing
$ echo Testing123 # Here's something to test on
Testing123
$ dl # Testing alias
bash: !!: command not found
$ # I AM DISAPPOINT
Sem aspas também falha.
O que aconteceu?
Tags bash alias command-history