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:
$ wc -l ~/.parallel/sshloginfile 38 /home/hans/.parallel/sshloginfile $ time parallel --tag -j30 -S .. --nonall --timeout=10 grep ^nameserver /etc/resolv.conf ... real 3m10.587s user 0m5.348s sys 0m1.864s 3 minutes??? How can I speed it up? (PS, I do use: -J profilename) /hans
