bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unset strangely rejects certain function names eg fu~


From: Paul Jarc
Subject: Re: unset strangely rejects certain function names eg fu~
Date: Wed, 12 Dec 2007 14:52:09 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

root@scalliondata.com 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]