Re: i had a read not work..

2022-02-05 Thread Alex fxmbsw7 Ratchev
no i couldnt reproduce it when my script after long time a bit began working i tried \\n and it worked im sorry there was also when IFS=$'\1' issue i couldnt fix but that may also be code error of my fault =)) peace On Sun, Feb 6, 2022 at 2:16 AM Alex fxmbsw7 Ratchev wrote: > > well, im current

Re: i had a read not work..

2022-02-05 Thread Alex fxmbsw7 Ratchev
well, im currently coding it as one file ( it results in same code as before ) then i can change the \0 to \n and see if it appears again then i can post thank you much On Sun, Feb 6, 2022 at 2:07 AM Greg Wooledge wrote: > > On Sun, Feb 06, 2022 at 01:43:57AM +0100, Alex fxmbsw7 Ratchev wrote: >

Re: i had a read not work..

2022-02-05 Thread Greg Wooledge
On Sun, Feb 06, 2022 at 01:43:57AM +0100, Alex fxmbsw7 Ratchev wrote: > this is on a friends os x, where brew install bash and gawk, resulted > in good versions > > i tried > > gawk ' print ; fflush' > > with a read -r varname, also read -r -d $'\n' varname > > it never_ returned result

i had a read not work..

2022-02-05 Thread Alex fxmbsw7 Ratchev
this is on a friends os x, where brew install bash and gawk, resulted in good versions i tried gawk ' print ; fflush' with a read -r varname, also read -r -d $'\n' varname it never_ returned results -d '' worked fine