redirect_stdout
redirect_stdout()
Create a pipe to which all C and Julia level STDOUT
output will be redirected. Returns a tuple (rd,wr)
representing the pipe ends. Data written to STDOUT
may now be read from the rd end of the pipe. The wr end is given for convenience in case the old STDOUT
object was cached by the user and needs to be replaced elsewhere.
Examples
See Also
addprocs, atexit, cd, clipboard, EnvHash, exit, getpid, peakflops, ProcessExitedException, process_exited, process_running, procs, quit, readandwrite, redirect_stdout, rmprocs, run, setenv, spawn, withenv,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.