parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple query


From: Ole Tange
Subject: Re: Simple query
Date: Thu, 12 Jul 2012 19:02:53 +0700

On Wed, Jul 11, 2012 at 3:02 AM, etheridge stephen
<smetheridge@blueyonder.co.uk> wrote:
> 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.

Are you looking for --nonall ?

http://www.gnu.org/software/parallel/man.html#example__running_the_same_command_on_remote_computers


/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]