From owner-freebsd-questions Thu May 16 17:30:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19940 for questions-outgoing; Thu, 16 May 1996 17:30:50 -0700 (PDT) Received: from hod.tera.com (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA19935 for ; Thu, 16 May 1996 17:30:48 -0700 (PDT) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id RAA23616; Thu, 16 May 1996 17:28:06 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id RAA26007; Thu, 16 May 1996 17:29:23 -0700 (PDT) Message-Id: <199605170029.RAA26007@athena.tera.com> Subject: Re: using rcs with `what' To: rnordier@iafrica.com (Robert Nordier) Date: Thu, 16 May 1996 17:29:23 -0700 (PDT) Cc: kline@tera.com, questions@freebsd.org In-Reply-To: <199605170016.CAA00914@eac.iafrica.com> from Robert Nordier at "May 17, 96 02:16:29 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Robert Nordier: > Gary Kline wrote: > > > > I believe that ``-r'' is used already. How about letting > > the ``@(#) .... '' be the default and something > > like a ``-w'' flag in case the user does not want `what' > > compatability? > > Hmm. I was actually thinking of the BSD what(1). > > what(1) takes no options at all; and > > what -r > > sends it after the file '-r'. :-( > > (At least on the 2.1R test system I'm working on.) > Sorry, I misunderstood. I'd like to keep `what' as-is, and perhaps even include it the RCS distribution, BSD Copyright included, of course. I played around with ``@(#)'' in the RCS $Id$ string. ...Maybe half an hour of playing with rcs. :-) gary