From: Alex <alex.tsr@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Downloading packages from a txt file
Date: Sat, 20 Aug 2005 13:04:52 +0000 [thread overview]
Message-ID: <200508201304.52645.alex.tsr@gmail.com> (raw)
In-Reply-To: <49bf44f105081908186b330b36@mail.gmail.com>
On Friday 19 August 2005 15:18, Grant wrote:
> sort -u links.txt | xargs -n 1 -i{} sh -c 'for i in {}; do wget -c $i
> && break; done'
How about this instead,
$ wget -ci links.txt
It always did the job for me :)
--
Cheers, Alex.
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-08-20 10:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-19 15:18 [gentoo-user] Downloading packages from a txt file Grant
2005-08-20 13:04 ` Alex [this message]
2005-08-20 15:32 ` Grant
2005-08-20 19:08 ` Alex
2005-08-22 14:52 ` Grant
2005-08-22 18:30 ` Alex
2005-08-24 2:50 ` Ow Mun Heng
2005-08-24 5:10 ` Nick Rout
2005-08-24 5:36 ` Nick Rout
2005-08-24 11:14 ` Fernando Canizo
2005-08-24 21:55 ` Nick Rout
2005-08-24 23:45 ` Willie Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508201304.52645.alex.tsr@gmail.com \
--to=alex.tsr@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox