On Fri, Dec 9, 2011 at 2:55 PM, Hans Schou <[email protected]> wrote:
> I need to find a line on all servers. Some servers might be down in my
> list so I just want parallel to timeout after 10 sec:
>
> $ time parallel --tag -j30 -S .. --nonall --timeout=10 grep
> ^nameserver /etc/resolv.conf
:
> 3 minutes???

--timeout was not tested with --nonall. Try the git version now. Also
why do -j30? Why not -j0?

/Ole

Reply via email to