[CentOS] how to set term environment for cronjobs?

Wed Oct 1 11:56:49 UTC 2008
Bent Terp <bent at terp.se>

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