[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] combining stdout and stderr



How do I write both stdout and stderr to the same file?
If I set
error   = something.out
output = something.out
Then only things written to stdout appear in something.out.

I tried error = /dev/stdout but condor_submit insists that I can't
write to /dev/stdout.

Cheers, Alex