On Wed, Oct 1, 2008 at 1:29 PM, Rudi Ahlers <rudiahlers at gmail.com> wrote: > wget downloads the whole page every time, which wastes bandwidth & HDD > space. Apart from using the "> /dev/null" option, is there any other > way to use it? wget -O- and then devnull :-) curl --silent is quite nice as well