From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from odin.INS.CWRU.Edu ([129.22.8.102]) by hawkwind.utcs.toronto.edu with SMTP id <2689>; Thu, 2 Jul 1992 10:08:25 -0400 Received: by odin.INS.CWRU.Edu (5.65b+ida+/CWRU-1.5-ins) id AA16091; Thu, 2 Jul 92 10:07:38 -0400 (from chet for rc@hawkwind.utcs.toronto.edu) Date: Thu, 2 Jul 1992 10:03:11 -0400 From: Chet Ramey To: Gerry.Tomlinson@newcastle.ac.uk Subject: Re: -s flag Cc: rc@hawkwind.utcs.toronto.edu Reply-To: chet@po.CWRU.Edu In-Reply-To: Message from Gerry.Tomlinson@newcastle.ac.uk of Thu, 2 Jul 1992 08:52:21 -0400 Message-Id: <9207021403.AA15986.SM@odin.INS.CWRU.Edu> Read-Receipt-To: chet@po.CWRU.Edu > ; rc -c 'echo $*' one two > one two > ; ash -c 'echo $*' one two > one two > ; csh -c 'echo $*' one two > one two > ; ksh -c 'echo $*' one two > one two > ; sh -c 'echo $*' one two > two > ; bash -c 'echo $*' one two > > ; This must be an old version of bash; my latest version gives odin(2)$ ./bash -c 'echo $*' one two one two In any event, the standard seems to support the current rc behavior. I don't think you should worry about changing it. Chet -- ``The use of history as therapy means the corruption of history as history.'' -- Arthur Schlesinger Chet Ramey, Case Western Reserve University Internet: chet@po.CWRU.Edu