From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from archone.tamu.edu ([128.194.53.42]) by hawkwind.utcs.toronto.edu with SMTP id <2706>; Mon, 15 Jun 1992 14:56:09 -0400 Received: from postman.osf.org ([130.105.1.152]) by archone.tamu.edu with SMTP id <45323>; Mon, 15 Jun 1992 13:53:23 -0500 Received: from earth.osf.org by postman.osf.org (5.64+/OSF 1.0) id AA27599; Mon, 15 Jun 92 14:53:02 -0400 Received: by earth.osf.org (5.64/4.7) id AA10384; Mon, 15 Jun 92 14:53:01 -0400 Date: Mon, 15 Jun 1992 14:53:01 -0400 From: rsalz@osf.org Message-Id: <9206151853.AA10384@earth.osf.org> To: rc@archone.tamu.edu Subject: Adding the '-s' flag? I'd like to add the -s flag supported by sh and csh. It reads from stdin; all other command-line parameters get set into $*. ; sh -i foo bar sh: foo: cannot open # [Exit 1] ; sh -s foo bar $ echo $* foo bar help?