On 2016-03-04 21:54, [email protected] wrote:
./shellscript.sh yadda.file yadda.file.new
I would use popen("./shellscript.sh yadda.file yadda.file.new","r")
then "pclose()" on the stream when it return EOF
rather than ")host ./shellscript.sh yadda.file yadda.file.new"
Zh ← As ⎕FIO[24] Bs popen(Bs, As) command Bs mode As
Zh ← ⎕FIO[24] Bs popen(Bs, "r") command Bs
Ze ← ⎕FIO[25] Bh pclose(Bh)
my 2 cents,
Xtian.
