Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim
From: jim@EXPO.LCS.MIT.EDU (Jim Fulton)
Newsgroups: comp.windows.x
Subject: Re: Starting remote xterms
Message-ID: <8812011509.AA18201@EXPO.LCS.MIT.EDU>
Date: 1 Dec 88 15:09:29 GMT
References: <6621@csli.STANFORD.EDU>
Sender: daemon@bloom-beacon.MIT.EDU
Organization: X Consortium, MIT Laboratory for Computer Science
Lines: 6


>       rsh HOST -n "xterm ${DISPLAY} >& /dev/null &"

minor nit:

	rsh HOST -n "xterm -display ${DISPLAY} >& /dev/null &"