[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ⎕FIO Buffer limit is 5000 Bytes
From: |
Kacper Gutowski |
Subject: |
Re: ⎕FIO Buffer limit is 5000 Bytes |
Date: |
Fri, 30 Oct 2020 18:14:03 +0100 |
On Fri, Oct 30, 2020 at 02:34:35PM +0100, Dr. Jürgen Sauermann wrote:
There is also ⎕FIO[26] which reads an entire file, but I am not sure
how it works with popen()ed streams.
It doesn't at all because it takes a path which additionally needs to be
a regular file because it's mmaped rather than read.
For the record, something like ⍎')HOST ...' might sometimes be practical.
-k