Command-Line-Fu, Because Knowledge is Power
![]() |
The very top one when I looked, sudo !!, is something that I knew the pieces of but for some reason never thought of putting together: !! is a reference to the last command issued, so sudo !! runs that under sudo. Perfect when you've just run something and got "permission denied", and quicker than my usual method of using the up arrow and then Ctrl-A to go to the start of the line.
|
Recent Tips » Remote Desktop With GDM » Debian's proposed-updates Feature » Host Completion in bash Read All Tips of the Trade |
^foo^bar was also new to me: This runs the previous command but with bar replacing foo. This won't always be faster than just recalling the command and editing it, but it's a useful trick.
Possibly more useful is that the default argument is empty. So if you typo a command with an extra letter, you can rerun it with this. For example, ssh myxcomputer, recalled by ^x, would run as ssh mycomputer. Note that it changes only the first occurrence, so it can also be useful in fixing doubled-up letter typos.
There's plenty more useful stuff at the web site. It's well worth checking out and contributing to. You can even get new additions sent to you via Twitter.




One of the greatest challenges today is effectively backing up and protecting the vast amounts of data stored throughout an organization. Wide-area data services (WDS), an integrated approach to WAN optimization, can accelerate network-based backup by 5x and can reduce bandwidth use by up to 95%. Learn more.