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 15:52:25 -0400 Received: from groucho.cs.psu.edu ([130.203.2.10]) by archone.tamu.edu with SMTP id <45323>; Mon, 15 Jun 1992 14:52:08 -0500 Received: from localhost by groucho.cs.psu.edu with SMTP id <2538>; Mon, 15 Jun 1992 15:51:07 -0400 To: rsalz@osf.org cc: rc@archone.tamu.edu Subject: Re: Adding the '-s' flag? In-reply-to: Your message of "Mon, 15 Jun 92 14:53:01 EDT." <9206151853.AA10384@earth.osf.org> Date: Mon, 15 Jun 1992 15:50:53 -0400 From: Scott Schwartz Message-Id: <92Jun15.155107edt.2538@groucho.cs.psu.edu> | 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 $*. How about: ; rc -i /dev/fd/0 foo bar ; echo $* foo bar (Achieved on SunOS with some shared library hackery... Doesn't OSF/1 have /dev/fd builtin?)