Y
Hacker News
new
|
ask
|
show
|
jobs
by
AaronBBrown
4903 days ago
I use this one like a dozen times a day.
user@host$ less /var/log/syslog Permission Denied
crap...
$ sudo !! sudo less /var/log/syslog
Woo!
2 comments
sudara
4903 days ago
This is exactly how I use it. A time saver for mundane "whups" moments.
link
biturd
4903 days ago
why would that be bad? You would get to read your file.
link
AaronBBrown
4903 days ago
It's not bad. It's extremely useful. If someone is so negligent that they run something potentially destructive and then immediately sudo !!, they probably shouldn't be administering systems.
link