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. -- [email protected] mailing list

