bug-bash
[Top][All Lists]
Advanced

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

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


From: Budi
Subject: How is it explained about the `local` is valid variable
Date: Wed, 25 Nov 2020 08:06:57 +0700

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

if yes, how come local=9 is valid variable 'local' normally ? thanks much



reply via email to

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