It would be nice to gain acesss to part or all of the file
access routines. Taking a cursory look at tclUnixPipe.c, it
looks like it might be feasible to simulate:
fork
execvp
with
system( string_of_processes )
The 'system' call on the T3D connects to a Cray YMP front end
and executes Unix commands there.
Has anyone else encountered this situation ?
Any hints on dealing with tihs would be appreciated.
-Chuck Mosher
--
NOTE: Plano area code moving from 214->972 on Sept. 15 1996
----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
| Chuck Mosher | Internet : c...@arco.com | Who needs an editor |
| ARCO, Plano, TX | Telephone: (214)509-6468 | when you have ISPF? |
************************************************************************
ec_command system s:arg {ec_iresult(system(arg));}
OK, that's a lie. You can't use EC because EC requires exec, but the point is
it's really easy.
Grant