<div dir="ltr"><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">Hi</p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">sorry this off-topic question ... <br></p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">I want pre-cache some object from some interest host with wget. <br></p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">My question is : I want: the wget download the object to the /dev/null but <br>I'm not found this switches.... <br>(GNU Wget 1.5.3) <br></p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">I'm probe this : <br>export http_proxy=<a href="http://mycache.com:8080/">http://mycache.com:8080/</a> <br>wget -r <a href="http://sobredinero.com">http://sobredinero.com</a> -P /dev/null -nH -nd -Y on -b -l5 -t1 -o /dev/null <br>  <br>but this is create a /dev/null directory :) and download the files into this. <br></p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">any suggestions ? <br></p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">Thanks in advance. </p><p style="color:rgb(0,0,0);font-family:Times;font-size:medium">George</p></div>