The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-08-2008
duderonomy duderonomy is offline
Registered User
 

Join Date: Mar 2008
Posts: 17
test for function name?

Hi,

I found this:
how to see function in shell
which indicates I can use typeset -f to list the functions.
But it also lists the contents of the functions. Is there a
lighter weight way to see what is defined? Is there an
internal array with the function names? Perhaps there is
a conventional idiom out there for asking your program if a
a particular function name is defined?

Thx.
:-D
Reply With Quote
Forum Sponsor