<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
-------- Messaggio Originale --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Oggetto: </th>
      <td>wget again</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Data: </th>
      <td>Fri, 07 Mar 2008 20:52:51 +0100</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Da: </th>
      <td>skizzHG <br>
      </td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">A: </th>
      <td>destinatari-ignoti:;</td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>breve appendice ma essenziale riguardo la potenza di wget
considerando quante foto scaricai anni fa da un certo sito, al confronto 
getright è una porcheria :)

#scaricare un intero sito
wget -m <a class="moz-txt-link-freetext" href="http://pippero.com/">http://pippero.com/</a>

#ricorsivo
wget -r <a class="moz-txt-link-freetext" href="http://pippero.com/icons">http://pippero.com/icons</a>

#ricorsivo senza creare directory
wget -r -nd <a class="moz-txt-link-freetext" href="http://pippero.com/icons">http://pippero.com/icons</a>

#ricorsivo prendendo solo cio' che è sotto, ignorando le superiori
wget -r -np <a class="moz-txt-link-freetext" href="http://pippero.com/icons/blue">http://pippero.com/icons/blue</a>

#non verboso
wget -nv <a class="moz-txt-link-freetext" href="http://pippero.com/tux.iso">http://pippero.com/tux.iso</a>

#muto
wget -q <a class="moz-txt-link-freetext" href="http://pippero.com/tux.iso">http://pippero.com/tux.iso</a>


*_*

</pre>
<br>
<div class="moz-signature">-- <br>
<font size="-1">______________________________________________________________________________________________<br>
/*non ho scelto io di venire al mondo, ma da quel momento in poi le
altre decisioni le prendo da me*/<br>
- <a href="http://sberla54.altervista.org/">http://sberla54.altervista.org</a>
- My links and contacts -<br>
- <a href="http://kernel-panic.noblogs.org"
 name="http://kernel-panic.noblogs.org">http://kernel-panic.noblogs.org</a>
- My blog -<br>
- <a href="http://www.punk4free.org" name="http://www.punk4free.org">http://www.punk4free.org</a>
- My webzine -<br>
</font></div>
</body>
</html>