Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Display a function



On Wed, Dec 17, 2003 at 11:02:32AM +0100, Andy Spiegl wrote:
> > Is it possible to "list" a function in zsh, so that I can check it's
> > code???
> Yep: which functionname
> 
> or: functionname and then "expand-last-word"

Or use

  $ typeset -f funcname

or type

  $ functions

to display the body of all functions.

Ciao

Dominik ^_^  ^_^



Messages sorted by: Reverse Date, Date, Thread, Author