Re: bash completion after a multiline string

2021-07-01 Thread Phi Debian
Thanx Chet for taking time to explain. May be readline API should have a way to know that a quote ['"`] is opened ine many previous lines and the first occurence of such quote ine the current one , is a closing one. Well I guess this is too much of a trouble for something living this way for such

Re: simple prob made into a security tragedy...oh well.... ;^/

2021-07-01 Thread Greg Wooledge
On Thu, Jul 01, 2021 at 02:12:10AM -0700, L A Walsh wrote: > What are you talking about? > > njobs() { printf ${1:+-v $1} "%s\n" "$(jobs |wc -l)"; } > > I don't see any arrays, let alone indexed. The arrays were in the calls. We demonstrated a few cases already. Since you clearly weren't p

Re: simple prob made into a security tragedy...oh well.... ;^/

2021-07-01 Thread L A Walsh
On 2021/06/29 19:11, Eli Schwartz wrote: This is a ridiculous argument and you know it. You, personally, are writing code which does not get used in security contexts, which is your right. This in no way means that refusing to quote variables which "cannot be word-split" stops *any* security err