Is there a method to store the command line outputs to a file in Julia.
The command history can be seen at .julia\logs\repl_history.jl
in Windows OS.
I wish to store command line output also to a file automatically. ? command outputs also.
Whatever is shown in the julia command line, the whole text should be stored into a file. Is there a way to do this.
found a similar qn : For Julia saving output to txt/CSV file?