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 _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash