Actions with AND operator does not seems to work
Cluster administration tool
Brought to you by:
duncan_ferguson
the action parameter seems to work only on simple command.
For example, if I execute:
cssh user@host -a "ls /tmp && ls /tmp && sleep 60"
I will see the listing of /tmp from host followed by the listing of /tmp of my computer.
I've tried ssh (the same command without the "c") and it works.
Did I do something wrong?