Example from the manual:
- run(pipeline(`dothings`, stdout="out.txt", stderr="errs.txt")) Cheers Lex On Tuesday, 22 December 2015 06:41:34 UTC+10, jda wrote: > > I tried the command > > path = pathtoscript.jl; > output = pathtologfile.txt; > run(pipeline(` julia $path` ,output)) > > but it does not catch error messages, only standard output. I have done a > number of searches around for a solution but what I find is either over my > head or outdated. Would greatly appreciate any help on a basic solution! > Thank you in advance ! >
