Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!ucbvax!info-vax From: TOLLIVER%ATF.MFENET@LLL-MFE.ARPA Newsgroups: mod.computers.vax Subject: List of process command table Message-ID: <8512310729.AA24896@ucbvax.berkeley.edu> Date: Mon, 30-Dec-85 12:29:00 EST Article-I.D.: ucbvax.8512310729.AA24896 Posted: Mon Dec 30 12:29:00 1985 Date-Received: Tue, 31-Dec-85 22:56:51 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 Approved: info-vax@sri-kl.arpa Suppose I want to add a command to my process command table. And further suppose that I want to be sure that my new command is unique to four characters so as not to overwrite an existing command, all of which I may not know about. I could just try typing my proposed new command name to see if I get the "UNDEFINED VERB" error. But it would be nicer to have a list of all the commands currently defined for my process--i.e., a list of all the commands in my process command table. Question: Does anyone know how to see a list of all the commands in a command table? Something like SHOW COMMAND/PROCESS, or even SHOW PROCESS/COMMAND would be nice but does not exist. Any suggestions?