Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: net.unix-wizards Subject: Re: Please DO use "/bin/test" as a command name Message-ID: <6221@utzoo.UUCP> Date: Thu, 12-Dec-85 16:43:37 EST Article-I.D.: utzoo.6221 Posted: Thu Dec 12 16:43:37 1985 Date-Received: Thu, 12-Dec-85 16:43:37 EST References: <313@bdaemon.UUCP> <13400016@mirror.UUCP> <1016@sdcsla.UUCP> <1019@utcs.uucp>, <247@uthub.UUCP> Organization: U of Toronto Zoology Lines: 5 > In short, /bin/rm is the only one that the shell-file writer can trust > to execute as s/he expects, and so should be the one invoked. No, the one the shell-file writer can trust is PATH=/bin:/usr/bin rm, not /bin/rm. /bin/rm may not even exist (although it would be surprising).