Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.nlang,net.unix Subject: Re: nonsense words for files Message-ID: <10714@brl-tgr.ARPA> Date: Wed, 15-May-85 16:53:57 EDT Article-I.D.: brl-tgr.10714 Posted: Wed May 15 16:53:57 1985 Date-Received: Thu, 16-May-85 22:03:17 EDT References: <1936@sdcrdcf.UUCP> <1940@sdcrdcf.UUCP> <1017@ihuxb.UUCP> <196@azure.UUCP> Organization: Ballistic Research Lab Lines: 9 Xref: linus net.nlang:2801 net.unix:3926 > On what UNIX systems (or what shells) is test part of the shell? On > every system (and shell) I've used, it's in /bin/test. It's also built into all modern shells (e.g., SV Bourne, Korn). Not only that, but most experienced users put the current directory LAST in their $PATH to avoid unpleasant surprises while browsing, or leave it out of the $PATH altogether (then type "./myprog" to run "myprog" in the current directory), so that /bin/test would still get executed instead of the local directory's "test".