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 16:11:18
Message-Id: 200508201908.13835.alex.tsr@gmail.com
In Reply to: Re: [gentoo-user] Downloading packages from a txt file by Grant
1 On Saturday 20 August 2005 15:32, Grant wrote:
2 > Do you know how to get 'emerge -fp world' to return only one path per
3 > file or get wget to use the %20-separated alternate paths properly?
4
5 hmm... if you try:
6
7 $ cat links.txt | xargs wget -c
8
9 I know it's not delicate but it might work :)
10
11 sorry but i can't be much of a help, my bash scripting knowledge is limited...
12 --
13 Cheers, Alex.
14 --
15 gentoo-user@g.o mailing list

Replies

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