Newsgroups: comp.parallel.mpi
From: joep@fwi.uva.nl (Joep Vesseur)
Subject: Re: getenv problems
Organization: FWI, University of Amsterdam
Date: 9 Jun 1995 13:18:57 +0200
Message-ID: <3r9an1$dbd@mail.fwi.uva.nl>

joep@fwi.uva.nl (Joep Vesseur) writes:

>[...] change
>  rsh <host> <command> <arg1> ... <argn>
>into something like
>  rsh <host> `/usr/bin/env | sed 's:=\(.*\):="\1":'` <command> <arg1> ...

I forgot.. for [t]csh users, change the addition into

   `/usr/bin/env | sed 's:^\([^=]*\)=\(.*\):setenv \1 "\2";:g'`

Joep.

