|
From: | Juergen Sauermann |
Subject: | [Bug-apl] popen() and pclose() in FILE_IO |
Date: | Fri, 18 Apr 2014 14:12:41 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi,I have added functions popen() and pclose() to the native FILE_IO function, see SVN 212.
That makes it possible, for example, to call programs from GNU APL and return their output directly to GNU APL rather than needing to store the output of the command in an intermediate
file and reading it back. An example of how to use this is given near the end of testcases/File_IO.tc. /// Jürgen
[Prev in Thread] | Current Thread | [Next in Thread] |