On Fri, Oct 11, 2013 at 7:59 PM, p sena <[email protected]> wrote:
> I have a minimal bash executable script to be run across N hosts. I do it
> this way
>
> cat hosts.txt |parallel -j 0 -u rsync -Ha /home/user/dirname/hello
> {}:/home/user/hello \; ssh {} /home/user/hello
Checkout --basefile, --slf, and --nonall.
Also I would find it unlikely that you really want the -u.
Before you use the program hello, check that it runs on your local system.
/Ole
