Re: What is 'symbol' and its uses?

Leo Liu <[email protected]> Wed, 30 Jan 2013 22:55:03 +0800
Newsgroups gmane.comp.gnu.global.general
Message-ID <[email protected]>
On 2013-01-30 20:30 +0800, Shigio YAMAGUCHI wrote:
> Global works like follows:
>
> $ global -c
> func
> func0
> $ global -cr
> func
> $ global -cs
> func1
> $ global -crs
> func
> func1

Thank you for the fine answer.

Leo