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

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

Related posts:

  1. Lilo -R – updating kernel on remote machine Linux is an amazing server operating system. A remote user...
  2. Vim – Multiple Files One of the very cool things about Vim is the...
  3. Capturing screenshots from Windows Media Player I have needed to get a screen shot out of...
  4. Day Break Serials are the new fad in US TV. Fox experimented...
  5. Finding Empty Directories With Bash Needed to find some empty directories today, so I ran...