From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IHKyE-0007Yd-Mc for garchives@archives.gentoo.org; Sat, 04 Aug 2007 14:51:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l74EnuI6008840; Sat, 4 Aug 2007 14:49:56 GMT Received: from mra05.ch.as12513.net (mra05.ch.as12513.net [82.153.254.73]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l74Ei9Hp000598 for ; Sat, 4 Aug 2007 14:44:09 GMT Received: from localhost (localhost [127.0.0.1]) by mra05.ch.as12513.net (Postfix) with ESMTP id 371B3C46B6 for ; Sat, 4 Aug 2007 15:44:08 +0100 (BST) Received: from mra05.ch.as12513.net ([127.0.0.1]) by localhost (mra05.ch.as12513.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26383-01-9 for ; Sat, 4 Aug 2007 15:44:07 +0100 (BST) Received: from compaq.stroller.uk.eu.org (compaq.stroller.uk.eu.org [213.152.39.90]) by mra05.ch.as12513.net (Postfix) with ESMTP id 80439C46B4 for ; Sat, 4 Aug 2007 15:44:07 +0100 (BST) Received: from [192.168.10.191] (unknown [192.168.1.200]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id A07681377F9 for ; Sat, 4 Aug 2007 15:43:55 +0100 (BST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <1186182755.11590.5.camel@localhost> References: <1185933198.29215.8.camel@localhost> <3D6C9D06-C204-4025-A781-8933166BC2D1@stellar.eclipse.co.uk> <1186182755.11590.5.camel@localhost> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <76E74DA9-04A2-4989-AFD2-DF76FB4358C9@stellar.eclipse.co.uk> Content-Transfer-Encoding: 7bit From: Stroller Subject: Re: [gentoo-user] Portage Sneakernet Date: Sat, 4 Aug 2007 15:43:55 +0100 To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk X-Archives-Salt: be530fa6-246c-4475-819d-413836cef25a X-Archives-Hash: 0598d045281676724dee15eb1d04df9d On 4 Aug 2007, at 00:12, Richard Marz wrote: > ... >> Networkless box: >> $ emerge -fpv world > foo.txt >> >> Sneaker foo.txt to networked box and: >> $ for foo in foo.txt ; do wget -c -nc -P /usr/portage/distfiles/ >> $foo ; done >> >> Should approximately do the trick. >> >> Stroller. > > Thanks for the help, Stroller. But that command did not work so well. > wget translated $foo to foo.txt instead of reading line line in > foo.txt. > I managed to get wget to fetch the files in foo.txt by running: > > cat foo.txt |xargs -- wget -c -nc -P /usr/portage/distfiles/ - I think that was a copy & paste error on my part. I think the command I ended up using was: $ for foo in `cat foo.txt` ; do wget -c -nc -P /usr/portage/ distfiles/ But I'm glad you got it sorted in the end. Stroller. -- gentoo-user@gentoo.org mailing list