bug-bash
[Top][All Lists]
Advanced

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

Re: How is it explained about the `local` is valid variable


From: Lawrence Velázquez
Subject: Re: How is it explained about the `local` is valid variable
Date: Tue, 24 Nov 2020 20:43:30 -0500

> On Nov 24, 2020, at 8:06 PM, Budi <budikusasi@gmail.com> wrote:
> 
> Can we validly write a line
> 
> unset local a b c d e f g h i
> 
> to mean:   local a b c d e f g h i;unset a b c d e f g h i

No. Have you looked at the documentation for "unset"?

vq

P.S. Again, not a bug. Not appropriate for bug-bash.



reply via email to

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