|
| From: | Benno Schulenberg |
| Subject: | Re: set function and special builtin set |
| Date: | Fri, 18 May 2007 20:14:51 +0200 |
| User-agent: | KMail/1.9.6 |
Clive Nicolson wrote:
> Is it posible to get a user function named set to be called in
> place of the special builtin set?
>
> ie
>
> set() { echo "My set $@" ;}
>
> set params
You haven't tried this?
$ set() { echo "My set $@" ;}
$ set params
My set params
It just works.
Also read the output of 'help builtin'.
Benno
| [Prev in Thread] | Current Thread | [Next in Thread] |