|
|
|
|
|
by nurb
3437 days ago
|
|
Another trick is to use "!!" which is the last command launched, especially useful if you forgot a "sudo" in front of your command, just write sudo !!
In the same way, "!*" is all the arguments of your previous command, and "!$" only the last one. |
|