Hi all I have quite happily got parallel working to run a distributed grep over a given subdirectory of two machines with a command something like:
parallel -q -onall -sshloginfile mycomputers grep -E -H '123456789' :::/home/test/*.txt but nothing similar will let me run a simple perl script on the same two machines. Can anyone help me with the syntax? The scripts are called test.pl and it is on both machines in the same folder. Many thanks Stephen
