Could you just pipe the output of non-interactive Julia to the `tee`
command?

On Sun, Mar 20, 2016 at 11:23 PM, 'Jhan Jar' via julia-users <
julia-users@googlegroups.com> wrote:

> Hi,
> I have a main .jl script which calls other .jl scripts. All scripts
> display output. The sources of output are println()s and tic-toc pair. The
> scripts take hours to complete. So far my guess is that the last thing main
> script should do is save all text displayed on REPL to a file. Is this
> possible?
>
> Does the julia REPL have an equivalent of the Linux "tee" shell command?
>
> I m on MS Win7 and Julia 0.3 release.
>
> Thanks!
>
>

Reply via email to