Bash Tutorial

OK, this one is for the techies out there. Found a great bash tutorial the other day and thought I’d share it.

It doesn’t have just the standard lame stuff, I actually learned quite a bit. Things like

!xyz:p will print the command that would be executed rather than executing it

and

!$ is the “end” of the previous command