I'd like to list the currently defined functions in dash
. Is there any way of doing that?
The closest I've been able to come up with is type
which can be used to test if a function exist, but other than that I'm stumped.
P.S. I'm talking about dash
here (not bash
or zsh
).