Hi,
How can I copy the printed outputs on my REPL on txt file?
I read the documentation but it is not clear to me.
Thanks
Hi,
How can I copy the printed outputs on my REPL on txt file?
I read the documentation but it is not clear to me.
Thanks
If you’re on linux, you should be able to just redirect the output of your script to a file in bash, e.g. julia myscript.jl > output.txt
Sadly I am running Julia on Windows, not on a Unix-based machine