Path: utzoo!attcan!uunet!husc6!bloom-beacon!think!ames!pasteur!ucbvax!hplabs!hpda!hpsemc!bd From: bd@hpsemc.HP.COM (bob desinger) Newsgroups: comp.unix.wizards Subject: Re: Shell/Cshell questions Message-ID: <570020@hpsemc.HP.COM> Date: 22 Aug 88 16:15:39 GMT References: <1145@ndsuvax.UUCP> Organization: HP Technology Access Center, Cupertino, CA Lines: 10 ncsrini@ndsuvax.UUCP (srini)asks and John Ferguson (ferg@koko.UUCP) replies: > >5. Where are the pprograms (system) for different commands supppported by > > a shell usually located in a system? > You probably are referring to shell builtins. Built-in commands recognized by csh are duplicated as zero-length files in /usr/lib/builtins/. (There is no corresponding directory for sh or ksh; the files in builtins/ are strictly for csh.) -- bd