Re: [tcljava-dev] missing exec functionality
Brought to you by:
mdejong
From: Mo D. <su...@ba...> - 2002-01-15 22:53:28
|
On Tue, 08 Jan 2002 11:24:05 -0500 Shawn Boyce <sh...@qc...> wrote: > The current exec command does not support the file redirections > such as <, >, <<, >>, etc. I added support for '&' already. I'll > work on adding some of these next. That would be great. This same functionality is needed in the open (pipe) command as well. This functionality is a bit tricky because it depends on the IO subsystem which is currently in flux. Just be aware that you may need to tweak you code a number of time before you are done. P.S. I just checked in the first part of your reflection based exec patch. cheers Mo |