Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] redirect std out

Hi,

my Fortran program prints information to standard out. This output is shown in the Console view. Is there a way in Eclipse/Photran to redirect the output to a file? Better still: I would like to see the output in the Console view AND have it redirected to a file also. Basically, in bash syntax, I want
ls -l 2>&1 | tee file.txt

I tried several things in the launch configuration properties, but it didn't work.

Thanks in advance,

Daniel


Back to the top