Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!danj1 From: Dan_Jacobson@ATT.COM Newsgroups: comp.unix.shell Subject: Re: rsh guru req'd! Message-ID: Date: 1 May 91 15:07:56 GMT References: <5830@wrgate.WR.TEK.COM> Sender: news@cbnewse.att.com (NetNews Administrator) Reply-To: Dan_Jacobson@ihlpz.ATT.COM Organization: AT&T-BL, Naperville IL, USA Lines: 12 In-Reply-To: michaelp@amadeus.WR.TEK.COM's message of 29 Apr 91 21: 46:48 GMT >>>>> On 29 Apr 91 21:46:48 GMT, michaelp@amadeus.WR.TEK.COM (Michael Prusynski) said: Michael> I've made an executable shell script in my HOME directory on Michael> the remote machine(s) called: do Careful, "do" is a special word in many shells. $ bla bla: not found $ do syntax error: `do' unexpected (do is special, bla is not, to this /bin/sh)