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

Re: [Condor-users] combining stdout and stderr



You could try wrapping your executable in a shellscript
that did something like (on unix):

prog 2>&1 

to put stderr and stdout together

JK

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Alex Read
> Sent: Saturday, December 31, 2005 10:39 AM
> To: Condor-Users Mail List
> 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
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>