What is the dash
equivalent to bash
's:
compgen -A function
which lists the names of the declared functions.
What is the dash
equivalent to bash
's:
compgen -A function
which lists the names of the declared functions.
As far as I can tell there is no equivalent. dash
has a very small number of built-in commands and none of them list the declared functions.