Gentoo Archives: gentoo-user

From: Alex <alex.tsr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Downloading packages from a txt file
Date: Sat, 20 Aug 2005 10:09:37
Message-Id: 200508201304.52645.alex.tsr@gmail.com
In Reply to: [gentoo-user] Downloading packages from a txt file by Grant
1 On Friday 19 August 2005 15:18, Grant wrote:
2 > sort -u links.txt | xargs -n 1 -i{} sh -c 'for i in {}; do wget -c $i
3 > && break; done'
4
5 How about this instead,
6
7 $ wget -ci links.txt
8
9 It always did the job for me :)
10
11 --
12 Cheers, Alex.
13 --
14 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Downloading packages from a txt file Grant <emailgrant@×××××.com>