[EMAIL PROTECTED] wrote: > $ unset fu~ > bash: unset: `fu~': not a valid identifier
You can use "unset -f" to unset a function whose name doesn't fit the rules for variable names. paul
[EMAIL PROTECTED] wrote: > $ unset fu~ > bash: unset: `fu~': not a valid identifier
You can use "unset -f" to unset a function whose name doesn't fit the rules for variable names. paul