[ltp] patch rollup for 2.6.20

Simon Ward linux-thinkpad@linux-thinkpad.org
Thu, 12 Apr 2007 17:58:29 +0100


--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Apr 12, 2007 at 01:27:10PM +0100, Richard Neill wrote:

> If you have a file containing a list of urls, one per line, (and none=20
> contain embedded spaces), do:
>=20
> for file in `cat url_list.txt`; do wget $file; done

GNU wget also supports reading a list of URLs from a file:

    wget --input-file=3Durl_list.txt
    wget -i url_list.txt

Simon
--=20
Email: simon@bleah.co.uk | Jabber ID: s_wardman@mivok.net
A complex system that works is invariably found to have evolved
=66rom a simple system that works. -- John Gaule

--Nq2Wo0NMKNjxTN9z
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGHmU1j6/6lS/XEIoRAhBeAJ9T7KZ6hkdhU6Qza7bHFOxQwJ0lJwCeNw3O
WFqUeG5mmCRqElAjS36wYWE=
=3Wg7
-----END PGP SIGNATURE-----

--Nq2Wo0NMKNjxTN9z--