On Wed, Oct 1, 2008 at 1:29 PM, Rudi Ahlers <[EMAIL PROTECTED]> 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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to