Is there a way to list all the functions dotted in to the env?

Hi People,

Please advise if there is a command to retrieve the list of functions (user-defined) available at any certain point?

Cheers

Depends on the shell, try:

typeset -f
declare -f