On Wed, Oct 12, 2011 at 10:39 PM, Hans Schou wrote:
>
> This might be what you really want:
> $ parallel --colsep '\t' echo "ssh {1} ls {2}" < mylist
> ssh foo.example.com ls /home/joe
> ssh bar.example.com ls /home/jane
>
>
Unfortunately, if I do this, parallel wont be able to manage
the cores a
On Tue, Oct 11, 2011 at 6:16 PM, Srikanth R Madikeri
wrote:
> Is there a way to
> mention the working directory for each remote system
> individually (like comma separated list)?
> While I know there are several workarounds like setting
> up NFS or just creating soft links, I would like to know
>
On Mon, Oct 10, 2011 at 11:00 AM, Benjamin Henrion wrote:
> Hi,
Hi Benjamin.
First thanks for putting so much work into fighting software patents.
> I use parallel to shoot WALs of postgresql to multiple servers:
>
> $ grep parallel /etc/postgresql/9.1/main/postgresql.conf
> archive_command = '