!!
在 bash 中运行最后一个命令。考虑到我使用它的次数,我发现打字太困难了。alias
我想是为了救援。
还是不行。我试过:
$ alias dl='!!' # Aliasing
$ echo Testing123 # Here's something to test on
Testing123
$ dl # Testing alias
bash: !!: command not found
$ # I AM DISAPPOINT
没有引号也会失败。
这是怎么回事?