Re: need help related to gnu parallel

2012-08-01 Thread Ole Tange
On Thu, Jul 26, 2012 at 2:44 AM, Rohit Awasthi wrote: > Hi everyone, I need some help with shell scripting. > > I have shell script which in the for loop goes through about 1000 hosts and > downloads files using wget > > Example: > > for i in hosts.file > do > time wget>> log > done > > Now this p

Re: need help related to gnu parallel

2012-08-01 Thread Rohit Awasthi
Hi, Thanks for your response, but I solved my problem. Regards, Rohit Awasthi On Wed, Aug 1, 2012 at 3:31 AM, Ole Tange wrote: > On Thu, Jul 26, 2012 at 2:44 AM, Rohit Awasthi > wrote: > > Hi everyone, I need some help with shell scripting. > > > > I have shell script which in the for loop g