Grant wrote:

PS and I dont see how the line in the wiki could have worked well
unless
emerge -fp used to have different behavior.


Thanks a lot Eugene, that second line worked great.  Let me know if I
should update the wiki:

gentoo-wiki.com/TIP_Gentoo_for_dialup_users


Yes, you should.

Stroller.

--
[email protected] mailing list


I agree, thats the whole purpose of the wiki.



Should I update the wiki to include this whole line:

cat links.txt | sort | uniq | xargs -n 1 -i{} sh -c 'for i in {}; do
wget -c $i && break; done'

instead of the current one:

wget -i links.txt

It seems like I'm bloating it, but let me know.

http://gentoo-wiki.com/TIP_Gentoo_for_dialup_users

- Grant
--
[email protected] mailing list


Do it. This is *nix, we love long command lines. ;)

Eugene.

--
[email protected] mailing list



Reply via email to