Re: Light weight support for JSON

2022-08-31 Thread George Caswell
On Wed, 2022-08-31 at 11:11 -0400, Chet Ramey wrote: > On 8/29/22 2:03 PM, tetsu...@scope-eye.net wrote: > > > It would also help > > greatly if the shell could internally handle hierarchical data in > > variables. > > That's a fundamental change. There would have to be a better reason > to make

Re: read -e allows execution of commands (edit-and-execute-command) as the shell's process user

2017-05-28 Thread George Caswell
>On 5/8/17 1:31 PM, Eduardo Bustamante wrote: >> I think `edit-and-execute-command' shouldn't be allowed under `read -e'. > >There's no compelling reason to disallow it.  If a system administrator >wants to unbind certain readline commands (and unset INPUTRC!) to protect >against a specific use cas

Re: Leak in BASH "named" file descriptors?

2016-04-13 Thread George Caswell
> On 1/27/16 1:18 PM, Mathieu Patenaude wrote: > >  > > When using "named" file descriptors inside a function, the file descriptors > > are not automatically un-linked when the function returns, but when using > > regular "numbered" file descriptors they are automatically "destroyed". >  > Yes.  Th