'''interp share''' ''srcPath channelId destPath'' Causes the IO channel identified by channelId to become shared between the interpreter identified by ''srcPath'' and the interpreter identified by ''destPath''. Both interpreters have the same permissions on the IO channel. Both interpreters must close it to close the underlying IO channel; IO channels accessible in an interpreter are automatically closed when an interpreter is destroyed. ---- See also: * [interp] * [interp transfer] ---- [Category Command] - [Tcl syntax help]