Re: forwarded weirdness report

2022-03-28 Thread Martin Schulte
Hello Greg, hello *! > And here's a workaround: > > unicorn:~$ bash --noprofile --norc -i -c $'alias x="echo hallo"; x' > bash: x: command not found > unicorn:~$ bash --noprofile --norc -i -c $'alias x="echo hallo"\nx' > hallo Really cool - thanks! > Put a literal newline in the -c argument, ra

Re: forwarded weirdness report

2022-03-28 Thread Alex fxmbsw7 Ratchev
On Mon, Mar 28, 2022 at 11:02 PM Greg Wooledge wrote: > On Mon, Mar 28, 2022 at 04:18:05PM -0400, Chet Ramey wrote: > > On 3/28/22 3:06 PM, Martin Schulte wrote: > > > on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev < > fxmb...@gmail.com> wrote: > > > > https://pastebin.com/raw/T7ZnFapt >

Re: forwarded weirdness report

2022-03-28 Thread Greg Wooledge
On Mon, Mar 28, 2022 at 04:18:05PM -0400, Chet Ramey wrote: > On 3/28/22 3:06 PM, Martin Schulte wrote: > > on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev > > wrote: > > > https://pastebin.com/raw/T7ZnFapt > > > > Here's a somewhat stripped down version: > > > > $ bash --noprofile --no

Re: forwarded weirdness report

2022-03-28 Thread Alex fxmbsw7 Ratchev
ok thanks for cool explaintion i may beg for more intelligent, more 'human readable format' supporting such as, code is there, that it doesnt run is implentation fault however u aint alone gawk parser in combination with djb tcpserver results ( ill try again soon ) in big fails in proceeding aft

Re: forwarded weirdness report

2022-03-28 Thread Chet Ramey
On 3/28/22 3:06 PM, Martin Schulte wrote: Hello, on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev wrote: https://pastebin.com/raw/T7ZnFapt about inconsitency, about chets 'uh no bugs' ive experienced this and such x times already ( got better, this is not my code ) Here's a somewha

Re: forwarded weirdness report

2022-03-28 Thread Lawrence Velázquez
On Mon, Mar 28, 2022, at 3:06 PM, Martin Schulte wrote: > on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev > wrote: >> https://pastebin.com/raw/T7ZnFapt > > Here's a somewhat stripped down version: > > $ bash --noprofile --norc -i -c "echo \$BASH_VERSION; shopt -s > expand_aliases ; sourc

Re: forwarded weirdness report

2022-03-28 Thread Martin Schulte
Hello, on Mon, 28 Mar 2022 20:34:40 +0200 Alex fxmbsw7 Ratchev wrote: > https://pastebin.com/raw/T7ZnFapt > > about inconsitency, about chets 'uh no bugs' > > ive experienced this and such x times already ( got better, this is not my > code ) Here's a somewhat stripped down version: $ bash -

Re: forwarded weirdness report

2022-03-28 Thread Alex fxmbsw7 Ratchev
well irc recalled its cause aliases expand after one newline what the outdated ... On Mon, Mar 28, 2022 at 8:34 PM Alex fxmbsw7 Ratchev wrote: > https://pastebin.com/raw/T7ZnFapt > > about inconsitency, about chets 'uh no bugs' > > ive experienced this and such x times already ( got better, this

forwarded weirdness report

2022-03-28 Thread Alex fxmbsw7 Ratchev
https://pastebin.com/raw/T7ZnFapt about inconsitency, about chets 'uh no bugs' ive experienced this and such x times already ( got better, this is not my code )