Is it possible to view the "source" for a ksh function?
- by stevec
Our ksh environment defines several functions, which can be listed using then "functions" ksh function. Is it possible to see the definition (ie source code) for these functions?
This seems like an obvious question, but I've tried all manner of parameters to the "functions" and "function" functions with no luck.
Thanks,
Steve