hi!

this works fine:

julia> rdstdout, wrstdout = redirect_stdout()
(Pipe(open, 0 bytes waiting),Pipe(open, 0 bytes waiting))


*run(`date`)**julia> *
*s = readavailable(rdstdout)**"Tue  2 Sep 2014 17:11:33 BST\n"*


*but now I want to turn the redirection off again. how do I do this?*

thanks!

Reply via email to