From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from postman.osf.org ([130.105.1.152]) by hawkwind.utcs.toronto.edu with SMTP id <2789>; Thu, 11 Mar 1993 10:50:22 -0500 Received: from earth.osf.org by postman.osf.org (5.64+/OSF 1.0) id AA20408; Thu, 11 Mar 93 10:49:54 -0500 Received: by earth.osf.org (5.65/4.7) id AA17928; Thu, 11 Mar 93 10:49:53 -0500 Date: Thu, 11 Mar 1993 10:49:53 -0500 From: rsalz@osf.org Message-Id: <9303111549.AA17928@earth.osf.org> To: cks@hawkwind.utcs.toronto.edu, culliton@srg.srg.af.mil, rc@hawkwind.utcs.toronto.edu, rsalz@osf.org Subject: Re: Things I'd like whatis to have: >This has a slight bug, to avoid getting caught by directories the test Pedantically, yes. I like seeing directory name/executable clobbers. It is normally not an issue for me since I just threw the "&& return 0" on to what I posted; normally I don't have that -- I want to see all versions. Chris was concerned about the cost of exec'ing all those test(1)'s. This version cuts it down to one: fn mywhat { @ for (i) { fn $i whatis $i } }