Re: announcing bashj

2018-06-28 Thread Eduardo Bustamante
Thank you for your response Philippe. I'm adding back the mailing lists so that they can benefit from this response too. On Tue, Jun 26, 2018 at 5:58 AM, pg wrote: > > > > *Thank you, Eduardo, for these remarks... I tried to answer you questions > - answers in black below. But anyway, may I sug

Re: Directing into a variable doesn't work

2018-06-28 Thread Piotr Grzybowski
hello, I wanted to play around with this idea, and see how it works. Quick and dirty patch (against devel@c181950a89c0f0ca4a3ae2480b783da2f7de9565) is attached. Just modified parser and hardcoded tempfile /tmp/v_save.bash.temp. result: bash-5.0$ echo 'hello a' >>> a; echo $a hello a If you