Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] combining stdout and stderr
- Date: Sat, 31 Dec 2005 11:38:39 +0100
- From: Alex Read <a.l.read@xxxxxxxxxx>
- Subject: [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