-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tomasz Chmielewski wrote:
| perhaps something like | | wget -r -np http://lists.samba.org/archive/samba/ | | would download the archives? or even - ---------- #!/bin/sh baseurl=http://lists.samba.org/archive/samba/ for i in January February March .... do curl $baseurl/2005-$i.txt.gz -o 200#1-$i.txt.gz done - ---------- But the real question is to you really *need* to do this? That's about 63Mb of mail :-) cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDKDMtIR7qMdg1EfYRAjmCAKCzcbAAftk1mLI3XQ8SRuWm9kVpugCfcyLO WAnpxQK4ImQomn002x5Q/OY= =YdB5 -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
