parallel
[Top][All Lists]
Advanced

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

Re: how to split the files up into ~equal groups when moving them to oth


From: Jay Hacker
Subject: Re: how to split the files up into ~equal groups when moving them to other server
Date: Wed, 18 Jul 2012 08:52:47 -0400

Not sure if this addresses your problem, but generally you transfer
files and do the work in the same command.  So:

    $ ls my_files | parallel --sshlogin foo --transfer my_job {}

will both transfer my_files and run my_job on them.



reply via email to

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