I can type alias to show a list of all the aliases.
But for functions, all I can do is grep my .bash_profile.
.bash_profile
That only gets the ones in that fi
typeset is obsolete, please use:
declare -f
or
declare -f function_name
type function_name