i have my codes much ready, but now on a clean reboot i noticed it
doesnt do few stuffs anymore
i call a per code that does eval, which i seem to call twice or trice
inside stacked
the content of args=( ) or files=( ) doesnt seem anymore active after some run
could that be ?
i guess the solution is
i realize its somewhat of a big limitation, to have only global and
one level further ( local ) args, no per function
however about my code, i fixed it with a growing mapfile reader
'mapfile -t -d "" -O ${#big[@]} big <"$_hd"/init/"$per"' \
or at least partly fixed, yet stuff worked
and eval t
On Mon, Mar 22, 2021 at 03:12:25AM +0100, Alex fxmbsw7 Ratchev wrote:
> i realize its somewhat of a big limitation, to have only global and
> one level further ( local ) args, no per function
One or more of your assumptions are wrong.
Bash uses "dynamic scope" when it expands variables. This mea
Date:Sun, 21 Mar 2021 22:42:19 -0400
From:Greg Wooledge
Message-ID:
| One or more of your assumptions are wrong.
|
| Bash uses "dynamic scope" when it expands variables.
Note that some other shells don't really have local variables at all, there
are only glob