Re: PLEAC last part finished (File Access)

2018-06-16 Thread Alexander Burger
On Sat, Jun 16, 2018 at 03:56:15PM +0200, Arie van Wingerden wrote: > Or do you mean e.g. something line: > ./script mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PLEAC last part finished (File Access)

2018-06-16 Thread Alexander Burger
Hi Arie, > please have a look. > I am still not very sure about the read STDIN until EOF. Yes, the examples are a bit meaningless as they are now. > I created a small script, but when is EOF of STDIN really signalled??? Concerning stdinread: You need an (in NIL ..), because when the script

Re: PLEAC last part finished (File Access)

2018-06-16 Thread Arie van Wingerden
OK. I changed that to an example using redirection of STDIN to a file. 2018-06-16 15:56 GMT+02:00 Arie van Wingerden : > Or do you mean e.g. something line: > ./script ?? > > Thx. > > 2018-06-16 15:38 GMT+02:00 Arie van Wingerden : > >> Hi Alex, >> >> please have a look. >> >> I am still not

Re: PLEAC last part finished (File Access)

2018-06-16 Thread Arie van Wingerden
Or do you mean e.g. something line: ./script : > Hi Alex, > > please have a look. > > I am still not very sure about the read STDIN until EOF. > > I created a small script, but when is EOF of STDIN really signalled??? > > Maybe a small example? > > Thx, >Arie >