A time-saver for those that forget to sudo, bash substitutes !! for the last command entered, for example
<br /> charles@lucifer$ make sandwich<br /> Permission Denied!<br /> charles@lucifer$ sudo !!<br /> sudo make sandwich<br /> echo "You seriously think I would write a sandwich recipe just to demonstrate bash shortcut?"<br /> You seriously think I would write a sandwich recipe just to demonstrate a bash shortcut?<br />




