Great reference for learning BASH

As my buddy Mike has been writing great BASH scripts, I’m trying to get some more Linux experience, so I have been doing some research into BASH programming on the linux command line. I will add more references here as I find them useful: http://www.justlinux.com/nhf/Programming/Bash_Programming_Cheat_Sheet.html – Bash Cheatsheet http://www.mindpicnic.com/tag/bash/ –…

WGET only if file is modified

This is a tiny little tip, and probably any linux guru worth his/her salt knows this, but I just discovered the wget usage to check the time-stamp / last-modified header prior to downloading a file.  Which is pretty cool if you’ve ever setup any shell scripts that fetch/sync something. I…