Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!cbdkc1!cbnap!whp From: whp@cbnap.UUCP Newsgroups: comp.unix.questions Subject: Re: KSH question - there's gotta be a way. Message-ID: <221@cbnap.UUCP> Date: Mon, 19-Jan-87 14:59:34 EST Article-I.D.: cbnap.221 Posted: Mon Jan 19 14:59:34 1987 Date-Received: Tue, 20-Jan-87 06:49:59 EST References: <605@rtech.UUCP> Reply-To: whp@cbnap.UUCP (W. H. Pollock x4575 3S235) Organization: AT&T Bell Laboratories, Columbus Lines: 13 Keywords: ksh function Summary: How to list function definitions with ksh Typing "typeset -f" does indeed list all functions and their definitions. To list only the definition for function foo, type "typeset -f foo". Works similar to alias (ie "alias" lists all aliases, while "alias foo" lists only the alias definition for foo). Wayne H. Pollock, The Shell Answer Man UUCP: ...{ihnp4,cbatt}!cbnap!whp DELPHI: WHP GEnie: W.POLLOCK "The opinions expressed above are ficticious. Any resemblance to the opinions of persons living or dead is purely coincidental."