On Mon, 8 Sep 2003, Frank Heckenbach wrote:
what is the way to execute an external Unix command from GPC? (Like 'sort -k6f xxx') According to the documentation the function 'execute' is defined in the RTS and it looks like the one I just need. However, I can not access it, I get the 'undefined identifier' error.
uses GPC;
Thank you Frank, that was it. Does it mean there are two gpc units, one is built in as default ('pos' comes from there) and the second one is included in the distribution as source only? (This one contains more extra functions like 'execute'.)
Cheers,
miklos