Thread
:
C++ on a Mac for beginners?
View Single Post
Oct17-09, 05:39 PM
#
8
vckngs7
You can also use sudo !! if you entered a command that requires permission and you do not want to reenter the command. The "!!" simply does the last command, so in effect you execute the previously submitted command with sudo privileges.