From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20021224041600.14310.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Few silly ones.. In-Reply-To: Message from Ish Rattan of "Mon, 23 Dec 2002 22:49:07 EST." From: Scott Schwartz Date: Mon, 23 Dec 2002 23:16:00 -0500 Topicbox-Message-UUID: 36d3c282-eacb-11e9-9e20-41e7f4b1d025 > /386/bin/gnu/gcc > but is not found when gcc is invoked rc has nicer path searching rules than sh: it searches for relative paths, so you can use directories as prefixes to package binaries in groups. Thus, you can say "gnu/gcc" to run the program. Or you can add /bin/gnu to your $path. :)