Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Display a function
- X-seq: zsh-users 6907
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Display a function
- Date: Wed, 17 Dec 2003 11:46:29 +0100
- In-reply-to: <20031217100232.GA2091@xxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <f4a0uvcslnjo73kc469refd63oseg38tri@xxxxxxx> <20031217100232.GA2091@xxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
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