3

What is the dash equivalent to bash's:

compgen -A function

which lists the names of the declared functions.

Ole Tange
  • 35,514

1 Answers1

3

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.

Stephen Kitt
  • 434,908