redirect stdout stdio writeln

GG none at none.com
Wed May 11 20:04:45 PDT 2011


Hi !
someone could say me if it's possible to redirect stdout of a program running
in background to a file.
I use writeln() to debug, I would like to redirect results of writeln() into
file. I tried :
program >> /tmp/log 2>&1
program >> /tmp/log
program &> /tmp/log
...never success.

so maybe it's not possible with writeln or I'm missing something.

Thanks !


More information about the Digitalmars-d-learn mailing list