Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site azure.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!tektronix!teklds!azure!philipl From: philipl@azure.UUCP (Philip Lantz) Newsgroups: net.nlang,net.unix Subject: Re: nonsense words for files Message-ID: <196@azure.UUCP> Date: Sat, 11-May-85 13:05:46 EDT Article-I.D.: azure.196 Posted: Sat May 11 13:05:46 1985 Date-Received: Wed, 15-May-85 00:19:11 EDT References: <1936@sdcrdcf.UUCP> <1940@sdcrdcf.UUCP> <1017@ihuxb.UUCP> Organization: Tektronix, Beaverton OR Lines: 12 Xref: watmath net.nlang:3060 net.unix:4506 > This reminds me of my usual mistake -- under UNIX, create a program > test.c, compile it using make into test, and try to execute it. > You get no output very quickly, since test is part of the shell. > Hard to debug, too, since you can't find another executable file > in your PATH. > Bill Mansfield 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. prl