Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uflorida!haven!umd5!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: What Shell Functions Are Defined Keywords: functions Bourne shell Message-ID: <8617@smoke.ARPA> Date: 3 Oct 88 07:54:53 GMT References: <1480@ssc.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <1480@ssc.UUCP> fyl@ssc.UUCP (Phil Hughes) writes: >Is there a way to find out what shell functions are currently defined? "set" with no arguments will do this. Unfortunately it also shows shell variables at the same time.