Hello list, How does one save csound's text output to a file? I am running into errors while trying csd files and would like to save the output in order to easily share the log. I've tried the ">" operator without success, as in: $csound filename.csd > filenamelog.txt csound still outputs its log to the terminal (is it using stderr and not stdout?). I've searched the manual for a command line flag to do this, but haven't found it. Any pointers would be very welcome. Alexandre Csound cloned from git, doubles version, on a linux system.