On Apr 6, 2005, at 6:46 pm, Grant wrote:

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'

Is the unique-sorting really necessary? I haven't been paying that much attention, but I thought the original links.txt was produced by `emerge -fp world`, which shouldn't produce duplicates, anyway.


Portage is somewhat out-of-date on this system, but:
  $ emerge -fp world 2> foo
  Calculating world dependencies ...done!
  $ sort foo > bar
  $ sort foo | uniq > grunt
  $ diff -B bar grunt
  $

Stroller.

--
[email protected] mailing list



Reply via email to